Save built docs as artifact for easier review (#48)

Signed-off-by: George Melikov <mail@gmelikov.ru>
This commit is contained in:
George Melikov
2020-08-26 20:39:17 +03:00
committed by GitHub
parent c2fdbb197d
commit a92926d868

View File

@@ -6,7 +6,7 @@ jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v2
- name: Prepare - name: Prepare
run: | run: |
sudo apt-get update -y sudo apt-get update -y
@@ -19,3 +19,7 @@ jobs:
with: with:
pre-build-command: "apt-get update -y && apt-get install -y git" pre-build-command: "apt-get update -y && apt-get install -y git"
docs-folder: "docs/" docs-folder: "docs/"
- uses: actions/upload-artifact@v2
with:
name: DocumentationHTML
path: docs/_build/html/