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 5b21458 commit 9c27154
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/webpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,21 @@ jobs:
key: npm-${{ hashFiles('package-lock.json') }}
restore-keys: npm-

- name: Build controller_ui
run: |
npm install
npm run build
- name: Build controller_ui
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build
user_name: 'amatilda'
user_email: '<kpk@z-wave.me>'
commit_message: 'Auto-generated commit'
publish_branch: 'gh-pages-beta'

- name: Build z-uno-compiler
run: |
npm install
Expand Down

0 comments on commit 9c27154

Please sign in to comment.