Skip to content

Commit 49feaa8

Browse files
authored
Merge pull request #215 from swup/fix/actions/upload-pages-artifact-3
Fix failing GH pages deploy workflow
2 parents 39ec106 + 4ca46cf commit 49feaa8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: build
3232
run: npm run build
3333
- name: Upload artifact
34-
uses: actions/upload-pages-artifact@v1
34+
uses: actions/upload-pages-artifact@v3
3535

3636
deploy:
3737
environment:

package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)