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.
1 parent 3789f93 commit 80cff0dCopy full SHA for 80cff0d
1 file changed
.github/workflows/CI-CD-Docs.yml
@@ -38,3 +38,6 @@ jobs:
38
ACCESS_TOKEN: ${{ secrets.GH_DOCS }}
39
BRANCH: gh-pages # The branch the action should deploy to.
40
FOLDER: docs/_site # The folder the action should deploy.
41
+ CLEAN: true
42
+ CLEAN_EXCLUDE: '["CNAME"]'
43
+ DEBUG: true
0 commit comments