Skip to content

Commit

Permalink
try different wflow
Browse files Browse the repository at this point in the history
  • Loading branch information
agoscinski committed Nov 27, 2024
1 parent 1623a40 commit 94f47df
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,11 @@ jobs:
- name: "Build and deploy docs to gh-pages"
run: |
pip install hatch
hatch run docs:deploy --force
hatch run docs:build
- uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/build
destination_dir: ${{ env.DOCS_VERSION }}
allow_empty_commit: true

0 comments on commit 94f47df

Please sign in to comment.