Skip to content

Commit

Permalink
try to fix paths to uploaded artifacts
Browse files Browse the repository at this point in the history
dancingfrog committed Dec 6, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent ce1e87f commit 2f89cbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/next.js.yml
Original file line number Diff line number Diff line change
@@ -78,13 +78,13 @@ jobs:
run: npm run build

- name: List build outputs
run: ls -lA ./out
run: ls -lA ./out/*

- name: Upload static files as artifact
id: deploy
uses: actions/upload-pages-artifact@v3 # or specific "vX.X.X" version tag for this action
with:
path: ./out
path: ./out/*

- name: Publish to GitHub Pages
id: publish

0 comments on commit 2f89cbc

Please sign in to comment.