Skip to content

Commit

Permalink
Upload build artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
guyer committed Nov 7, 2024
1 parent 4dff2a1 commit 8ad79a2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,13 @@ jobs:
shell: bash
run: touch "pf-recommended-practices/_build/html/.nojekyll"

# Upload the book's HTML as an artifact
# Not used for pages.nist.gov; here for examination of build
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
path: "_build/html"

- name: Deploy
uses: s0/git-publish-subdir-action@develop
env:
Expand Down

0 comments on commit 8ad79a2

Please sign in to comment.