Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
amatilda committed Aug 26, 2024
1 parent 836cbbb commit c933222
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/webpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,6 @@ jobs:
npm run build_zuno
git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git
OUTPUT=$(python3 ./get_branches.py)
npx gh-pages -b "gh-pages-z-uno-compiler${OUTPUT}" -d build -m "Auto-generated commit" -u "amatilda <kpk@z-wave.me>"
npx gh-pages -b "gh-pages-z-uno-compiler" -d build -m "Auto-generated commit" -u "amatilda <kpk@z-wave.me>"
npx gh-pages -b "gh-pages-z-uno-compiler-beta" -d build -m "Auto-generated commit" -u "amatilda <kpk@z-wave.me>"

0 comments on commit c933222

Please sign in to comment.