Skip to content

Commit

Permalink
debug: gh-action
Browse files Browse the repository at this point in the history
  • Loading branch information
tanbro committed Apr 8, 2024
1 parent bdc16c3 commit 1b0d281
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,11 @@ jobs:
run: |
python -m ruff check .
- name: MkDocs gh-deploy --force
run: |
python -m mkdocs gh-deploy
uses: mhausenblas/mkdocs-deploy-gh-pages@master
env:
CONFIG_FILE: mkdocs.yml
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}


build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1b0d281

Please sign in to comment.