Skip to content

Commit

Permalink
Fix path and run-id event for surge.sh preview workflows (#563)
Browse files Browse the repository at this point in the history
Fix path and run-id event

Signed-off-by: Ricardo Zanini <[email protected]>
  • Loading branch information
ricardozanini authored Mar 7, 2024
1 parent 446b8c0 commit caf86c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pr-preview-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ jobs:
with:
name: site
github-token: ${{ secrets.GITHUB_TOKEN }}
run-id: ${{ github.event.workflow_run.workflow_id }}
run-id: ${{ github.event.workflow_run.id }}
path: ./build/site

- name: Publish to Surge for preview
id: deploy
Expand Down

0 comments on commit caf86c8

Please sign in to comment.