Skip to content

Commit

Permalink
Update deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
electrikmilk committed May 25, 2024
1 parent e82f36c commit a41ecb6
Show file tree
Hide file tree
Showing 4 changed files with 384 additions and 473 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy
name: Deploy to GitHub Pages

on:
push:
Expand All @@ -21,7 +21,7 @@ jobs:
uses: bahmutov/npm-install@v1

- name: Build project
run: npm run build
run: yarn build

- name: Upload production-ready build files
uses: actions/upload-artifact@v4
Expand Down
Loading

0 comments on commit a41ecb6

Please sign in to comment.