Skip to content

Commit a7bc1cc

Browse files
committed
added artifact upload after build
1 parent 876838a commit a7bc1cc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
# Allows running workflow manually
1010
workflow_dispatch:
11-
11+
1212
jobs:
1313
build:
1414
runs-on: ubuntu-latest
@@ -18,5 +18,9 @@ jobs:
1818
run: sudo apt-get install -y asciidoctor
1919
- name: Build the site using asciidoctor
2020
run: make
21+
- uses: actions/upload-artifact@v2
22+
with:
23+
name: book.html
24+
path: book.html
2125

2226

0 commit comments

Comments
 (0)