Skip to content

Commit

Permalink
Web: Change into the correct directory before committing
Browse files Browse the repository at this point in the history
  • Loading branch information
Juuxel committed Apr 19, 2024
1 parent 333cddc commit a8c87f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
git config user.name github-actions
git config user.email [email protected]
# Commit and push
cd pages
git add .
git commit -m "Update files"
git push

0 comments on commit a8c87f9

Please sign in to comment.