Skip to content

Commit

Permalink
Merge pull request #12 from ischenkx/TEST_docs
Browse files Browse the repository at this point in the history
test docs deployment
  • Loading branch information
ischenkx committed Jun 5, 2023
2 parents 5a8c9a4 + cb69bb0 commit 2dc2290
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docs-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,9 @@ jobs:
working-directory: ./docs
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
working-directory: ./docs
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build
publish_dir: ./docs/build
# The following lines assign commit authorship to the official
# GH-Actions bot for deploys to `gh-pages` branch:
# https://github.com/actions/checkout/issues/13#issuecomment-724415212
Expand Down

0 comments on commit 2dc2290

Please sign in to comment.