Skip to content

Commit

Permalink
Merge pull request #218 from ianjauslin-rutgers/main
Browse files Browse the repository at this point in the history
Upgrade github artifacts
  • Loading branch information
AlexKontorovich authored Jan 31, 2025
2 parents 2da7290 + 9dde07e commit 8512029
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,13 @@ jobs:
uses: actions/configure-pages@v4

- name: Upload blueprint artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v4
with:
path: docs

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v3
uses: actions/deploy-pages@v4


# generate doc after blueprint (as it's quite a bit longer)
Expand All @@ -100,7 +100,7 @@ jobs:
run: make LAKEBIN='~/.elan/bin/lake' build

- name: Cache mathlib docs
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
.lake/build/doc/Init
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
key: Documentation-cache

#- name: Download blueprint artifacts
# uses: actions/download-artifact@v3
# uses: actions/download-artifact@v4
# with:
# path: blueprint_artifacts
#
Expand All @@ -153,10 +153,10 @@ jobs:
continue-on-error: true

- name: Upload docs & blueprint artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v4
with:
path: docs

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v3
uses: actions/deploy-pages@v4

0 comments on commit 8512029

Please sign in to comment.