Skip to content

Commit

Permalink
chore: fix output
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdehaven committed Sep 28, 2023
1 parent 43d0ed6 commit 4e8f78b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-pages-pr-preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Generate target folder
id: target-folder
run: |
echo "pr-preview/pr-${{ github.event.number }}" >> $GITHUB_OUTPUT
echo "target-folder=pr-preview/pr-${{ github.event.number }}" >> $GITHUB_OUTPUT
# TODO: Only run when PR is created; create separate step for when PR is closed to remove pr folder
- name: Deploy Sandbox PR Preview to GitHub Pages
Expand Down

0 comments on commit 4e8f78b

Please sign in to comment.