Skip to content

Commit

Permalink
try add ui
Browse files Browse the repository at this point in the history
  • Loading branch information
OshinoShinobu-Chan committed Oct 30, 2024
1 parent 5663636 commit 0c67cdd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/deploy-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,9 @@ jobs:
poetry install
- name: Deploy
run: |
poetry run mkdocs gh-deploy
poetry run mkdocs gh-deploy
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: site

0 comments on commit 0c67cdd

Please sign in to comment.