Skip to content

Commit

Permalink
[FEAT] automatic build on deploy (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
dni authored Sep 21, 2023
1 parent f0454ec commit 30a5530
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,14 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: copy main assets
run: |
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: "16.x"
- name: Install dependencies
run: npm i
- name: Build
run: npm run build
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Upload artifact
Expand Down

0 comments on commit 30a5530

Please sign in to comment.