Skip to content

Commit 53c0d60

Browse files
authored
fix: 環境変数の展開ミス
1 parent 12d9350 commit 53c0d60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
uses: actions/upload-pages-artifact@v1
5454
with:
5555
# this should match the `pages` option in your adapter-static options
56-
path: '$ARTIFACT_DIR/'
56+
path: ${{ env.ARTIFACT_DIR }}/
5757

5858
deploy:
5959
needs: build_site

0 commit comments

Comments
 (0)