Skip to content

Commit

Permalink
add build files
Browse files Browse the repository at this point in the history
  • Loading branch information
mslinnea committed Nov 9, 2024
1 parent fa42afa commit d20551c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
git config --global user.name "github-actions[bot]"
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git checkout -b main-built
git add build/
git add -f build/
git commit -m "Automated build output"
git push origin main-built --force

0 comments on commit d20551c

Please sign in to comment.