Skip to content

Commit

Permalink
Test build of docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
francesco-innocenti committed Nov 25, 2024
1 parent cc32af8 commit 010f908
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ jobs:
mkdocs build
mkdocs build # twice, see https://github.com/patrick-kidger/pytkdocs_tweaks
- name: Upload docs
uses: actions/upload-artifact@v4
with:
name: docs
path: site # where `mkdocs build` puts the built site
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./site
publish_branch: gh-pages

0 comments on commit 010f908

Please sign in to comment.