Skip to content

Commit

Permalink
Update .github/workflows/book.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Rob Kooper <[email protected]>
  • Loading branch information
Sweetdevil144 and robkooper authored Dec 11, 2023
1 parent f049dca commit 5e101bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
path: book_source/_book/
# download documentation repo
- name: Checkout documentation repo
if: github.event_name == 'push' && (startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/master' || github.ref == 'refs/heads/develop')
if: github.event_name == 'push'
uses: actions/checkout@v3
with:
repository: ${{ github.repository_owner }}/pecan-documentation
Expand Down

0 comments on commit 5e101bd

Please sign in to comment.