Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Alleria1809 committed Jun 28, 2024
1 parent f5e7136 commit 074751a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- xiaoyi_doc
workflow_dispatch:

permissions: # Set permissions for all jobs
permissions:
contents: write
actions: read

Expand Down Expand Up @@ -37,7 +37,7 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: gh-pages # Deploy to the gh-pages branch
publish_dir: docs/build/ # Publish from the docs/build/ directory
publish_branch: gh-pages
publish_dir: docs/build/
user_name: github-actions[bot]
user_email: github-actions[bot]@users.noreply.github.com

0 comments on commit 074751a

Please sign in to comment.