Skip to content

Commit

Permalink
chore: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdehaven committed Sep 28, 2023
1 parent edf4ae2 commit 344f5ed
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 @@ -81,7 +81,7 @@ jobs:
with:
# TODO: Update branch name to beta when needed
branch: ${{ github.head_ref || github.ref_name }}
folder: ./sandbox/dist # The sandbox dist directory name
folder: sandbox/dist # The sandbox dist directory name
target-folder: ${{ steps.target-folder.outputs.target-folder }}
clean-exclude: pr-preview/ # Do not remove other PR preview builds
force: true
Expand Down

0 comments on commit 344f5ed

Please sign in to comment.