Skip to content

Commit

Permalink
fix: publish docs cname move and job name
Browse files Browse the repository at this point in the history
  • Loading branch information
edwinkys committed Jun 11, 2024
1 parent dc0b99c commit cc4d8aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ on:
- "mkdocs.yml"

permissions:
id-token: write
contents: write

jobs:
build-docs:
name: Build documentation with MkDocs
runs-on: ubuntu-latest
steps:
- name: Checkout the code
Expand All @@ -34,6 +36,7 @@ jobs:
mkdocs gh-deploy --force --message "cd: deploy docs from {sha}"
publish-docs:
name: Publish documentation to GitHub Pages
runs-on: ubuntu-latest
needs: build-docs
steps:
Expand Down
File renamed without changes.

0 comments on commit cc4d8aa

Please sign in to comment.