Skip to content

Commit

Permalink
mmm
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardobrasca committed Jan 23, 2025
1 parent 2f4f633 commit e360a34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
mv blueprint/web _site/blueprint
- name: Deploy doc & blueprint
uses: peaceiris/actions-gh-pages@v4
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.github_token }}
publish_dir: _site
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Build project
run: ~/.elan/bin/lake -R -Kenv=dev build FltRegular

- uses: actions/cache@v4
- uses: actions/cache@v3
name: Mathlib doc Cache
with:
path: build/doc/Mathlib
Expand Down

0 comments on commit e360a34

Please sign in to comment.