Skip to content

Commit

Permalink
Web: Fix wrong path added to Git in build workflow
Browse files Browse the repository at this point in the history
Reverts the final part remaining of
37d61ae.
  • Loading branch information
Juuxel committed Apr 19, 2024
1 parent e5296dc commit 333cddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ jobs:
git config user.name github-actions
git config user.email [email protected]
# Commit and push
git add docs
git add .
git commit -m "Update files"
git push

0 comments on commit 333cddc

Please sign in to comment.