Skip to content

Commit

Permalink
Fix book preview workflow (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxrjones authored Oct 10, 2023
1 parent 05a5063 commit 556fd5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trigger-preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
if: github.event.workflow_run.conclusion == 'success'
uses: ProjectPythia/cookbook-actions/.github/workflows/deploy-book.yaml@main
with:
artifact_name: book-zip-${{ needs.find-pull-request.outputs.number }}
artifact_name: book-zip
destination_dir: _preview/${{ needs.find-pull-request.outputs.number }} # deploy to subdirectory labeled with PR number
is_preview: "true"

Expand Down

0 comments on commit 556fd5a

Please sign in to comment.