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 c584f3b commit 02aa605Copy full SHA for 02aa605
.github/workflows/eleventy_build.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Build site with Eleventy
27
run: npm run build # Ensure this script is set up in package.json
28
29
- - name: Upload artifact for deployment
+ - name: Upload artifact for deployment
30
uses: actions/upload-pages-artifact@v2
31
with:
32
path: _site # Change this if your output folder is different
0 commit comments