Skip to content

Commit 6445d93

Browse files
committed
Use correct artifact package
1 parent 8fe8620 commit 6445d93

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/eleventy-gh-pages.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,9 @@ jobs:
3131
run: npm install
3232
- name: Build with Eleventy
3333
run: npx @11ty/eleventy
34-
- name: Upload a Build Artifact
35-
uses: actions/upload-artifact@v4.6.2
34+
- name: Upload GitHub Pages artifact
35+
id: deployment
36+
uses: actions/upload-pages-artifact@v3.0.1
3637
with:
3738
path: ./_site/
3839

0 commit comments

Comments
 (0)