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 1c77d8e + 5890108 commit b9a5d7dCopy full SHA for b9a5d7d
.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