Skip to content

Commit

Permalink
book not uploading if act
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm committed Jan 18, 2025
1 parent b9c7522 commit 92dbe37
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion template/.github/workflows/book.yml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,6 @@ jobs:
- name: Checkout [${% raw %}{{ github.repository }}{% endraw %}]
uses: actions/checkout@v4

- uses: cvxgrp/.github/actions/book@v2.0.6
- name: Upload the book
if: ${% raw %}{{ env.ACT != 'true' }}{% endraw %} # Skip if running with 'act'
uses: cvxgrp/.github/actions/book@v2.0.6

0 comments on commit 92dbe37

Please sign in to comment.