Skip to content

Commit

Permalink
chore: fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdehaven committed Sep 28, 2023
1 parent 31f1e4a commit 8502deb
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 @@ -56,7 +56,7 @@ jobs:
- name: Deploy Sandbox PR Preview to GitHub Pages
uses: rossjrw/pr-preview-action@v1
with:
source-dir: './sandbox/dist/'
source-dir: './sandbox/dist'
preview-branch: ${{ github.head_ref || github.ref_name }}
umbrella-dir: pr-preview
token: ${{ secrets.KONGPONENTS_BOT_PAT }}
Expand Down

0 comments on commit 8502deb

Please sign in to comment.