Skip to content

Commit

Permalink
add if to deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdempsey90 authored Nov 5, 2024
1 parent 835879f commit dc64c1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
cd ./doc
sphinx-build -b html . ../public
- name: Deploy
if: ${{ github.event.pull_request.head.repo.full_name == github.repository }}
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit dc64c1f

Please sign in to comment.