diff --git a/.github/workflows/docs_nightly.yml b/.github/workflows/docs_nightly.yml index 11949b3cbefe..e9f27c1f201f 100644 --- a/.github/workflows/docs_nightly.yml +++ b/.github/workflows/docs_nightly.yml @@ -25,6 +25,12 @@ jobs: with: docs-folder: "user_guide_src/" + # Create an artifact of the html output + - uses: actions/upload-artifact@v2 + with: + name: HTML Documentation + path: user_guide_src/_build/html/ + # Commit changes to the gh-pages branch - name: Commit documentation changes run: |