Skip to content

Commit e8f17b2

Browse files
committed
add _site
1 parent f5c2cdd commit e8f17b2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deploy.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: Build & Deploy Demo
22
on:
33
workflow_dispatch:
44
workflow_run:
5-
65
branches: [main]
76
types:
87
- completed
@@ -35,7 +34,7 @@ jobs:
3534
run: |
3635
tar \
3736
--dereference --hard-dereference \
38-
--directory "_site/dist" \
37+
--directory "dist" \
3938
-cvf "$RUNNER_TEMP/artifact.tar" \
4039
.
4140
env:

0 commit comments

Comments
 (0)