Skip to content

Commit b9a5d7d

Browse files
authored
Merge pull request #134 from brian-rose/more-syntax
Fix path to previews
2 parents 1c77d8e + 5890108 commit b9a5d7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-book.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
branch: gh-pages
7171
folder: ${{ inputs.publish_dir }}
7272
clean: true
73-
clean-exclude: preview/* # keep existing previews from other PRs
73+
clean-exclude: _preview/* # keep existing previews from other PRs
7474
target-folder: ${{ inputs.destination_dir }}
7575

7676
- name: Deploy to GitHub Pages with custom domain
@@ -82,6 +82,6 @@ jobs:
8282
branch: gh-pages
8383
folder: ${{ inputs.publish_dir }}
8484
clean: true
85-
clean-exclude: preview/* # keep existing previews from other PRs
85+
clean-exclude: _preview/* # keep existing previews from other PRs
8686
target-folder: ${{ inputs.destination_dir }}
8787
CNAME: ${{ inputs.cname }} # how can we set this for the new action?

0 commit comments

Comments
 (0)