We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b8bba4 commit 9d7d58fCopy full SHA for 9d7d58f
1 file changed
.github/workflows/build-docs.yml
@@ -117,7 +117,7 @@ jobs:
117
echo "remove all asciidoc (.adoc) source files"
118
git ls-files | grep '\.adoc$' | xargs git rm --cached || true
119
echo "remove unnecessary files"
120
- git rm .gitattributes
+ git rm -f .gitattributes
121
echo "add & commit everything new"
122
git add --all
123
git commit -m "Updated Documentation. [skip ci]" || true
0 commit comments