We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fd5a718 + 2ece038 commit 1c77d8eCopy full SHA for 1c77d8e
.github/workflows/deploy-book.yaml
@@ -70,7 +70,7 @@ jobs:
70
branch: gh-pages
71
folder: ${{ inputs.publish_dir }}
72
clean: true
73
- clean-exclude: "preview" # keep existing previews from other PRs
+ clean-exclude: preview/* # keep existing previews from other PRs
74
target-folder: ${{ inputs.destination_dir }}
75
76
- name: Deploy to GitHub Pages with custom domain
@@ -82,6 +82,6 @@ jobs:
82
83
84
85
86
87
CNAME: ${{ inputs.cname }} # how can we set this for the new action?
0 commit comments