Skip to content

Commit 916c0e5

Browse files
author
Chris
committed
Fix artefact path
1 parent 9ba89eb commit 916c0e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
uses: actions/upload-artifact@v4
5353
with:
5454
name: github-pages
55-
path: '.out'
55+
path: './out'
5656

5757
deploy:
5858
needs: "build"

0 commit comments

Comments
 (0)