Skip to content

Commit 9d7d58f

Browse files
committed
force removal
1 parent 3b8bba4 commit 9d7d58f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
echo "remove all asciidoc (.adoc) source files"
118118
git ls-files | grep '\.adoc$' | xargs git rm --cached || true
119119
echo "remove unnecessary files"
120-
git rm .gitattributes
120+
git rm -f .gitattributes
121121
echo "add & commit everything new"
122122
git add --all
123123
git commit -m "Updated Documentation. [skip ci]" || true

0 commit comments

Comments
 (0)