We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 938ceaa commit 384ec2eCopy full SHA for 384ec2e
1 file changed
.github/workflows/build-docs.yml
@@ -121,6 +121,7 @@ jobs:
121
git ls-files | grep '\.adoc$' | xargs git rm --cached || true
122
echo "remove unnecessary files"
123
git rm -f .gitattributes
124
+ git rm -rf .github/
125
echo "add & commit everything new"
126
git add --all
127
git commit -m "Updated Documentation. [skip ci]" || true
0 commit comments