Skip to content

Commit 0ffc9ce

Browse files
committed
[ci] Account for working dir when uploading
What are the odds that works?
1 parent 7e296e2 commit 0ffc9ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pelican.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
- name: Upload artifact
103103
uses: actions/upload-pages-artifact@v3
104104
with:
105-
path: ${{ env.OUTPUT_PATH }}
105+
path: "${{ defaults.run.working-dir }}/${{ env.OUTPUT_PATH }}"
106106
deploy:
107107
concurrency:
108108
group: "pages"

0 commit comments

Comments
 (0)