Skip to content

Commit

Permalink
Update to archive the generated site.
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaak-Malers committed Feb 27, 2024
1 parent 9b8586b commit d7ae33c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ jobs:
run: |
mkdocs build -s -d ./_site -v
- name: Archive site as artifact
uses: actions/upload-artifact@v2
with:
name: github-pages
path: ./_site

# Deployment job
deploy:
environment:
Expand Down

0 comments on commit d7ae33c

Please sign in to comment.