Skip to content

Commit

Permalink
actions build html
Browse files Browse the repository at this point in the history
  • Loading branch information
simon300000 committed Feb 17, 2024
1 parent b5d5b85 commit f0838fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- run: npm install

- run: npm run build
- run: npm run build-html

- name: build - 404.html
run: cp dist/index.html dist/404.html
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"license": "MIT",
"scripts": {
"serve": "NODE_OPTIONS=--openssl-legacy-provider vue-cli-service serve",
"build-html": "NODE_OPTIONS=--openssl-legacy-provider vue-cli-service build",
"build": "npm run build:api && npm run build:vue",
"build:vue": "NODE_OPTIONS=--openssl-legacy-provider node build",
"build:dev": "export development=true; node build:vue; node index",
Expand Down

0 comments on commit f0838fc

Please sign in to comment.