Skip to content

Commit

Permalink
workflows/doc: Only deploy from base repo
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaskurth committed Jan 12, 2021
1 parent 630194a commit e20c6e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ jobs:
- name: Deploy documentation
uses: JamesIves/github-pages-deploy-action@releases/v3
if: github.event.pull_request.head.repo.full_name == github.repository
with:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
BRANCH: gh-pages # The branch the action should deploy to.
Expand Down

0 comments on commit e20c6e9

Please sign in to comment.