Skip to content

Commit

Permalink
fix: uploading #3
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinPostindustria committed Aug 22, 2024
1 parent 1697f26 commit 810b482
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/upload-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ jobs:
TAG_NAME=${{ github.ref }}
TAG_NAME=${TAG_NAME#refs/tags/}
echo "Current tag: $TAG_NAME"
git add -A && git commit -m "Generate docs - $TAG_NAME"
git add docs/
git commit -m "Generate docs - $TAG_NAME"
- name: Push changes
uses: ad-m/github-push-action@master
with:
Expand Down

0 comments on commit 810b482

Please sign in to comment.