Skip to content

Commit

Permalink
ci: fixed docs publish
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Oct 27, 2023
1 parent 32b86b3 commit a2eef4e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: documentation
path: ./docs/_build
path: ./docs/_build/html

deploy:
name: deploy
Expand All @@ -55,6 +55,8 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
user_name: 'github-actions[bot]'
user_email: 'github-actions[bot]@users.noreply.github.com'
publish_dir: ./docs/_build
publish_branch: gh-pages
destination_dir: docs

0 comments on commit a2eef4e

Please sign in to comment.