Skip to content

Commit

Permalink
fix: uploading #4
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinPostindustria committed Aug 22, 2024
1 parent 810b482 commit b443f2c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/upload-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
with:
fetch-depth: 0
ref: docs
clean: false
- name: Commit documentation changes
run: |
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
Expand All @@ -35,7 +36,8 @@ jobs:
TAG_NAME=${{ github.ref }}
TAG_NAME=${TAG_NAME#refs/tags/}
echo "Current tag: $TAG_NAME"
git add docs/
ls -l
git add docs
git commit -m "Generate docs - $TAG_NAME"
- name: Push changes
uses: ad-m/github-push-action@master
Expand Down

0 comments on commit b443f2c

Please sign in to comment.