Skip to content

Commit

Permalink
add artifact (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinyamauchi authored Jun 8, 2024
1 parent ee7d45b commit 5df679e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,12 @@ jobs:
uses: aganders3/headless-gui@v2
with:
run: mkdocs build --strict
# Upload artifact
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: site
path: ./site
# deploy when pushing to main
- name: GitHub Pages action
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
Expand Down

0 comments on commit 5df679e

Please sign in to comment.