Skip to content

Commit

Permalink
asasf
Browse files Browse the repository at this point in the history
  • Loading branch information
lassebje committed Oct 2, 2024
1 parent f7999df commit b1fea12
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 33 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: npm ci

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

- name: Upload build artifacts
uses: actions/upload-pages-artifact@v1 # This stores the build output
Expand Down
31 changes: 0 additions & 31 deletions .github/workflows/node.yml

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"predeploy": "npm run build",
"predeploy": "CI=false && npm run build",
"deploy": "gh-pages -d build"
},
"eslintConfig": {
Expand Down

0 comments on commit b1fea12

Please sign in to comment.