Skip to content

Commit

Permalink
reduce deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
malmans2 committed Oct 22, 2024
1 parent d94687a commit 0e0dbcd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/on-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
- run: pip install -r requirements.txt
- run: make build-book PRE_BUILD_DIR=${{ env.PRE_BUILD_DIR }} PRE_BUILD_FLAGS=${{ env.PRE_BUILD_FLAGS }}
- uses: rossjrw/pr-preview-action@v1
if: steps.changed-files.outputs.any_changed == 'true'
with:
source-dir: "${{ env.PRE_BUILD_DIR }}/_build/html"

Expand Down

0 comments on commit 0e0dbcd

Please sign in to comment.