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 7ff6cb0 commit 14cc1cfCopy full SHA for 14cc1cf
.github/workflows/docs.yml
@@ -53,6 +53,11 @@ jobs:
53
path: ${{ env.PATH_DOC }}
54
token: ${{ secrets.PAT }}
55
56
+ - name: Clean up before the build
57
+ working-directory: ${{ env.PATH_DOC }}
58
+ continue-on-error: true
59
+ run: git rm -r '*'
60
+
61
- name: Build doc artifacts with Hugo
62
run: hugo --destination ${{ env.PATH_DOC }} --minify
63
working-directory: docs
0 commit comments