Skip to content

Commit

Permalink
Stop using mkdocs action
Browse files Browse the repository at this point in the history
  • Loading branch information
multimeric committed Nov 19, 2024
1 parent 578679e commit 8698910
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,9 @@ jobs:
python -m build plugin
- name: Publish docs
uses: mhausenblas/mkdocs-deploy-gh-pages@master
run: |
mkdocs build
mkdocs gh-deploy
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 8698910

Please sign in to comment.