Skip to content

Commit

Permalink
Merge pull request #4 from leanprover-community/bryangingechen-patch-1
Browse files Browse the repository at this point in the history
bump dependencies
  • Loading branch information
hargoniX authored Dec 9, 2024
2 parents 64a7d1e + c4a5a0a commit d65d834
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ jobs:
rm -rf $HOME/.cache/mathlib
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: leanprover-community/mathlib4_docs
path: mathlib4_docs


- name: Checkout mathlib
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: leanprover-community/mathlib4
path: mathlib4
Expand Down Expand Up @@ -103,13 +103,13 @@ jobs:
cp mathlib4/mathlib.html workaround/.lake/build/doc
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
path: 'workaround/.lake/build/doc'

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

- name: clean up
if: always()
Expand Down

0 comments on commit d65d834

Please sign in to comment.