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 02aa605 commit 765a026Copy full SHA for 765a026
.github/workflows/eleventy_build.yml
@@ -24,7 +24,7 @@ jobs:
24
run: npm ci
25
26
- name: Build site with Eleventy
27
- run: npm run build # Ensure this script is set up in package.json
+ run: npm run deploy # Ensure this script is set up in package.json
28
29
- name: Upload artifact for deployment
30
uses: actions/upload-pages-artifact@v2
0 commit comments