Skip to content

Commit

Permalink
Use official github actions for publishing docs instead of mkdocs
Browse files Browse the repository at this point in the history
gh-deploy
  • Loading branch information
multimeric committed Nov 19, 2024
1 parent 02e9ad5 commit c8a63e7
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,16 @@ jobs:
python -m build core
python -m build plugin
- name: Publish docs
run: |
mkdocs build
mkdocs gh-deploy
- name: Build docs
run: mkdocs build

- name: Upload docs artifact
uses: actions/upload-pages-artifact@v3
with:
path: site

- name: Deploy to GitHub Pages
uses: actions/deploy-pages@v4

- uses: ncipollo/release-action@v1.14.0
name: Create GitHub release
Expand Down

0 comments on commit c8a63e7

Please sign in to comment.