Skip to content

Commit

Permalink
Temporarily test doc build
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwhite committed Jan 9, 2025
1 parent eec5184 commit c62d23f
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- main
pull_request:
permissions:
contents: write
jobs:
Expand All @@ -14,8 +15,8 @@ jobs:
uses: sphinx-notes/pages@v3
with:
publish: false
- name: Push changes
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ${{ steps.deployment.outputs.artifact }}
# - name: Push changes
# uses: peaceiris/actions-gh-pages@v3
# with:
# github_token: ${{ secrets.GITHUB_TOKEN }}
# publish_dir: ${{ steps.deployment.outputs.artifact }}

0 comments on commit c62d23f

Please # to comment.