Skip to content

Commit

Permalink
ci: try upload-pages-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
bryangingechen authored Jan 26, 2025
1 parent 796fca5 commit 6d6bd38
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,10 @@ jobs:
run: |
lake --quiet exe generate-manual --depth 2 --with-word-count "words.txt" --verbose --output "_out" --site-base-url "/"
- name: Save generated HTML to artifact storage
uses: actions/upload-artifact@v4
- name: Upload static files as artifact
uses: actions/upload-pages-artifact@v3
with:
name: 'github-pages'
path: '_out/'
retention-days: 5
overwrite: true

- name: Report word count
run: |
Expand Down

0 comments on commit 6d6bd38

Please sign in to comment.