Skip to content

fix(docs): correct webmanifest name and guard deploy job against PR runs#424

Merged
Goldziher merged 4 commits into
mainfrom
seo/docs-ecosystem-nav
Jun 29, 2026
Merged

fix(docs): correct webmanifest name and guard deploy job against PR runs#424
Goldziher merged 4 commits into
mainfrom
seo/docs-ecosystem-nav

Conversation

@v-tan

@v-tan v-tan commented Jun 26, 2026

Copy link
Copy Markdown
Member

Two fixes:

  • webmanifest: name/short_name was left as "Xberg" from the initial template commit; corrected to "html-to-markdown"
  • ci-docs.yaml: the deploy job had no branch guard so it attempted a GitHub Pages deploy on every PR, which the environment protection rule always rejected; added if: github.event_name == 'push' && github.ref == 'refs/heads/main'

Also removes a stray double blank line in docs/overrides/main.html.

@v-tan v-tan requested a review from Goldziher as a code owner June 26, 2026 20:35
@v-tan v-tan self-assigned this Jun 26, 2026
@v-tan v-tan force-pushed the seo/docs-ecosystem-nav branch from 05341b3 to 8ddff54 Compare June 26, 2026 20:40
@v-tan v-tan changed the title chore(docs): add xberg favicon set and webmanifest fix(docs): correct webmanifest name and guard deploy job against PR runs Jun 26, 2026
@v-tan v-tan requested a review from kh3rld as a code owner June 28, 2026 19:36
- Replace UTF-8 em dash in .lintr comment with ASCII dash; lintr 3.3.0
  chokes on multi-byte characters in config files via sprintf bytes encoding
- Replace inline triple backticks in CodeBlockStyle::Backticks doc comment
  with triple backticks text to avoid ExDoc treating them as unclosed code fence
@v-tan v-tan force-pushed the seo/docs-ecosystem-nav branch from b3b6750 to f24f7f3 Compare June 28, 2026 20:25
@Goldziher Goldziher merged commit b22dc7a into main Jun 29, 2026
70 of 83 checks passed
@Goldziher Goldziher deleted the seo/docs-ecosystem-nav branch June 29, 2026 07:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants