Skip to content

Commit

Permalink
build docs for mathlib4
Browse files Browse the repository at this point in the history
  • Loading branch information
robertylewis authored Oct 21, 2023
1 parent 1e7bae7 commit 8d9bcca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
- name: Checkout mathlib
run: git clone https://github.com/leanprover-community/mathlib

- name: Checkout mathlib4
run: git clone https://github.com/leanprover-community/mathlib4

- name: Checkout mathlib-mailmap
uses: actions/checkout@v2
with:
Expand All @@ -33,6 +36,7 @@ jobs:
run: |
cp mailmap/mailmap mathlib/.mailmap
./gitstats.py mathlib docs
./gitstats.py mathlib4 docs4
- name: Install gnuplot
run: |
Expand Down

0 comments on commit 8d9bcca

Please sign in to comment.