Skip to content

Commit

Permalink
ci: update docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
levinzonr committed May 2, 2024
1 parent 90a6912 commit e290ac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
git checkout -b pr-${{ github.event.pull_request.number }}
git push origin pr-${{ github.event.pull_request.number }}
mkdocs gh-deploy --force
mkdocs gh-deploy --force --remote-branch pr-${{ github.event.pull_request.number }}
if: github.event_name == 'pull_request'
- name: Add PR Comment
uses: mshick/[email protected]
Expand Down

0 comments on commit e290ac7

Please sign in to comment.