Skip to content

Commit

Permalink
try upload with artifact data to keep reposiory slim
Browse files Browse the repository at this point in the history
  • Loading branch information
crpb committed Jan 26, 2025
1 parent 1e2f4b4 commit 7f30290
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ jobs:
if git commit -m $(date -Im); then
git push
fi
- name: upload files
id: deployweb
uses: actions/upload-pages-artifact@v3
with:
path: ./
- name: Always Save Primes
id: cache-primes-save
if: always() && steps.cache-primes-restore.outputs.cache-hit != 'true'
Expand All @@ -37,3 +42,12 @@ jobs:
key: ${{ steps.cache-primes-restore.outputs.cache-primary-key }}
path: |
fonts-main
deploy:
environment:
name: github-pages
url: ${{ steps.deployment.output.page_url }}
needs: generate index
steps:
- name: deploy webdata
id: deployweb
uses: actions/deploy-pages@v4

0 comments on commit 7f30290

Please sign in to comment.