Skip to content

Commit 3473df0

Browse files
authored
upload dist directory after build
1 parent e33c45d commit 3473df0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,8 @@ jobs:
1919
run: 'yes | npm install -g @slidev/cli @slidev/theme-default'
2020
- name: build slides
2121
run: 'slidev build'
22+
- name: upload build
23+
uses: actions/upload-artifact@v3
24+
with:
25+
name: build
26+
path: dist

0 commit comments

Comments
 (0)