Skip to content

Commit

Permalink
Fix the stupid solution
Browse files Browse the repository at this point in the history
  • Loading branch information
crunchyintheory committed Sep 1, 2023
1 parent f8f05b9 commit 5313f43
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/github-actions-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,17 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- run: make install_production
- name: Install Dependences
uses: actions/setup-node@v3
with:
node-version: 16.17
cache: 'npm'
- run: make build
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
path: './dist'
- run: cp index.html 404.html
- run: cp ./dist/index.html ./dist/404.html
- name: Deploy to Pages
id: deployment
uses: actions/deploy-pages@v1
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16.17.0
v16.17

0 comments on commit 5313f43

Please sign in to comment.