Skip to content

Commit fa00161

Browse files
authored
fix(ci): specify artifact id when deploying to GH pages (#28)
1 parent f460385 commit fa00161

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
run: yarn build
2727

2828
- name: Upload Build Artifact
29+
id: deployment
2930
uses: actions/upload-pages-artifact@v3
3031
with:
3132
path: build

0 commit comments

Comments
 (0)