Skip to content

Commit

Permalink
Fix output path
Browse files Browse the repository at this point in the history
  • Loading branch information
kateinoigakukun committed Mar 10, 2024
1 parent ff78363 commit b8c248e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- run: swift run SwiftWasmBlog
- uses: actions/upload-pages-artifact@v3
with:
path: dist
path: Output

deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b8c248e

Please sign in to comment.