Skip to content

Commit

Permalink
Add Upload artifact step.
Browse files Browse the repository at this point in the history
  • Loading branch information
carltongibson committed Feb 24, 2024
1 parent 9d02ffd commit cca1c2f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,10 @@ jobs:
- name: Build docs
run: make json
working-directory: ./docs
# Refs #22: Upload an artifact containing the built docs.
- name: Upload docs
uses: actions/upload-artifact@v2
with:
# Use a name from the commit hash to avoid collisions.
name: docs-${{ github.sha }}
path: docs/_build/json

0 comments on commit cca1c2f

Please sign in to comment.