We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d62b761 commit fd4596bCopy full SHA for fd4596b
.github/workflows/publish.yml
@@ -56,6 +56,6 @@ jobs:
56
- uses: EndBug/add-and-commit@v9
57
with:
58
cwd: docsite
59
- add: . --no-ignore-removal
+ add: docs --no-ignore-removal
60
tag: docsite-${{ github.ref_name }} --force
61
tag_push: --force
0 commit comments