Skip to content

Commit 384ec2e

Browse files
committed
remove .github folder from gh-pages deployment
1 parent 938ceaa commit 384ec2e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build-docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ jobs:
121121
git ls-files | grep '\.adoc$' | xargs git rm --cached || true
122122
echo "remove unnecessary files"
123123
git rm -f .gitattributes
124+
git rm -rf .github/
124125
echo "add & commit everything new"
125126
git add --all
126127
git commit -m "Updated Documentation. [skip ci]" || true

0 commit comments

Comments
 (0)