Skip to content

Commit 02aa605

Browse files
authored
typo
1 parent c584f3b commit 02aa605

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/eleventy_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Build site with Eleventy
2727
run: npm run build # Ensure this script is set up in package.json
2828

29-
- name: Upload artifact for deployment
29+
- name: Upload artifact for deployment
3030
uses: actions/upload-pages-artifact@v2
3131
with:
3232
path: _site # Change this if your output folder is different

0 commit comments

Comments
 (0)