Skip to content

Commit

Permalink
Merge pull request #171 from carlos-granados/save-artifact
Browse files Browse the repository at this point in the history
chore: save site as an artifact to ease testing
  • Loading branch information
acoulton authored Nov 8, 2024
2 parents c96315a + ed87329 commit 5e7d11b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,9 @@ jobs:

- name: Check build
run: cat _build/html/guides.html

- name: save site as artifact
uses: actions/upload-artifact@v4
with:
name: docs
path: _build/html

0 comments on commit 5e7d11b

Please sign in to comment.