Skip to content

Commit c19179b

Browse files
committed
add archeive
1 parent 11042c2 commit c19179b

File tree

2 files changed

+9
-28
lines changed

2 files changed

+9
-28
lines changed

.github/workflows/build-docs.yml

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
name: BuildDocs
2+
name: build-docs
33

44
on:
55
push:
@@ -22,4 +22,12 @@ jobs:
2222

2323
- name: "Build Docs"
2424
run: "mkdocs build -c -d ./public"
25+
26+
- name: "make artifacts"
27+
run: "tar -czvf /tmp/public.tgz ./public"
28+
29+
- uses: actions/upload-artifact@v3
30+
with:
31+
name: docs
32+
path: /tmp/public.tgz
2533

.travis.yml

-27
This file was deleted.

0 commit comments

Comments
 (0)