Skip to content

Commit

Permalink
Merge pull request #8 from arturkamieniecki/ak/Build
Browse files Browse the repository at this point in the history
Fix build name
  • Loading branch information
arturkamieniecki authored Nov 27, 2023
2 parents 5b31bb8 + 9bb96dc commit e67254a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
run: |
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git add build/mn-sciagawka.pdf
git add -f build/mn-sciagawka.pdf
git commit -m "Add built PDF" -a || echo "No changes to commit"
git push

0 comments on commit e67254a

Please sign in to comment.