Skip to content

Commit

Permalink
Merge branch 'main' of github.com:hango-io/ui
Browse files Browse the repository at this point in the history
  • Loading branch information
gy committed Dec 14, 2023
2 parents 75defd1 + 5d81b8f commit 2efbb0b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,15 @@ jobs:
- name: Checkout
uses: actions/checkout@master

- name: Use Node.js 16.x
uses: actions/setup-node@v2
with:
node-version: '16.x'

- name: Build
run: sh ./build.sh

# - name: Deploy
# run: npm run-script deploy
# env:
# ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
# ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}

0 comments on commit 2efbb0b

Please sign in to comment.