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 1151302 commit 90a6912
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ jobs:
- name: Deploy PR Preview
run: |
git checkout -b pr-${{ github.event.pull_request.number }}
git push origin pr-${{ github.event.pull_request.number }}
mkdocs gh-deploy --force
if: github.event_name == 'pull_request'
- name: Add PR Comment
Expand Down

0 comments on commit 90a6912

Please sign in to comment.