Skip to content

Commit

Permalink
Merge pull request #3167 from paulbalandan/docs-use-artifacts
Browse files Browse the repository at this point in the history
Add the upload artifact action
  • Loading branch information
lonnieezell committed Jun 25, 2020
2 parents 8e0f4c9 + caa7cd2 commit 275ee07
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/docs_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 275ee07

Please sign in to comment.