Skip to content

Commit

Permalink
ci: update
Browse files Browse the repository at this point in the history
  • Loading branch information
Aetherinox committed Mar 22, 2024
1 parent 2f279bc commit 9af7f04
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
pip install mkdocs-redirects mkdocs-glightbox pymdown-extensions mkdocs-git-revision-date-localized-plugin mkdocs-git-authors-plugin mkdocs-link-embeds-plugin
cd docs
mkdocs build
dir
env:
# Note: It is not the same as ${{ secrets.ADMINSERV_TOKEN }} !
GH_TOKEN: ${{ secrets.ADMINSERV_TOKEN }}
Expand All @@ -49,4 +50,4 @@
uses: peaceiris/actions-gh-pages@v3
with:
personal_token: ${{ secrets.ADMINSERV_TOKEN }}
publish_dir: ./site
publish_dir: ./docs/site

0 comments on commit 9af7f04

Please sign in to comment.