Skip to content

Commit

Permalink
update webpack.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
s956142 committed Apr 19, 2024
1 parent 45ef184 commit bf41666
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/webpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ jobs:
run: yarn build

- name: Checkout to output branch
run: git checkout output
run: git checkout -b output
- name: Commit build to output branch
run: |
git add docs/
git add docs/ -f
git commit -m "update version to v$versiion"
git push origin/output

0 comments on commit bf41666

Please sign in to comment.