Skip to content

Commit b8c248e

Browse files
Fix output path
1 parent ff78363 commit b8c248e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- run: swift run SwiftWasmBlog
1717
- uses: actions/upload-pages-artifact@v3
1818
with:
19-
path: dist
19+
path: Output
2020

2121
deploy:
2222
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)