Skip to content

Commit b443f2c

Browse files
fix: uploading #4
1 parent 810b482 commit b443f2c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/upload-docs.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
with:
2828
fetch-depth: 0
2929
ref: docs
30+
clean: false
3031
- name: Commit documentation changes
3132
run: |
3233
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
@@ -35,7 +36,8 @@ jobs:
3536
TAG_NAME=${{ github.ref }}
3637
TAG_NAME=${TAG_NAME#refs/tags/}
3738
echo "Current tag: $TAG_NAME"
38-
git add docs/
39+
ls -l
40+
git add docs
3941
git commit -m "Generate docs - $TAG_NAME"
4042
- name: Push changes
4143
uses: ad-m/github-push-action@master

0 commit comments

Comments
 (0)