Skip to content

Commit

Permalink
Add the upload artifact action
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbalandan committed Jun 25, 2020
1 parent 6b23f2e commit caa7cd2
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 caa7cd2

Please sign in to comment.