We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9865a6d commit 6aeb341Copy full SHA for 6aeb341
.github/workflows/deploy-to-gh-pages.yml
@@ -21,7 +21,7 @@ jobs:
21
run: |
22
cd website
23
npm install
24
- gulp build
+ npm build
25
26
- name: Create Directory Stucture
27
netlify.toml
@@ -1,6 +1,6 @@
1
[build]
2
publish = ""
3
-command = "npm install; gulp build; npm run assemble"
+command = "npm install; npm build"
4
5
[build.environment]
6
NODE_VERSION = "20"
0 commit comments