Save built docs as artifact for easier review (#48)
Signed-off-by: George Melikov <mail@gmelikov.ru>
This commit is contained in:
6
.github/workflows/pull_request.yml
vendored
6
.github/workflows/pull_request.yml
vendored
@@ -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/
|
||||||
|
|||||||
Reference in New Issue
Block a user