Skip to content

Commit

Permalink
dev deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
akariv committed Nov 5, 2023
1 parent 6b1ce26 commit 3ba252a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16'
- name: Build
run: |
npm install -g npm@latest
npm install
./dev-deploy.sh

0 comments on commit 3ba252a

Please sign in to comment.