From a92926d868bbefbc70df744cd0188221438c92e4 Mon Sep 17 00:00:00 2001 From: George Melikov Date: Wed, 26 Aug 2020 20:39:17 +0300 Subject: [PATCH] Save built docs as artifact for easier review (#48) Signed-off-by: George Melikov --- .github/workflows/pull_request.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index fa8d9ab..ff87311 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -6,7 +6,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v2 - name: Prepare run: | sudo apt-get update -y @@ -19,3 +19,7 @@ jobs: with: pre-build-command: "apt-get update -y && apt-get install -y git" docs-folder: "docs/" + - uses: actions/upload-artifact@v2 + with: + name: DocumentationHTML + path: docs/_build/html/