Skip to content

Commit 6aeb341

Browse files
committed
Try to make netlify happy
1 parent 9865a6d commit 6aeb341

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-to-gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: |
2222
cd website
2323
npm install
24-
gulp build
24+
npm build
2525
2626
- name: Create Directory Stucture
2727
run: |

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build]
22
publish = ""
3-
command = "npm install; gulp build; npm run assemble"
3+
command = "npm install; npm build"
44

55
[build.environment]
66
NODE_VERSION = "20"

0 commit comments

Comments
 (0)