Skip to content

Commit

Permalink
add R flag
Browse files Browse the repository at this point in the history
according to a Zulip comment..
  • Loading branch information
samvang authored Mar 27, 2024
1 parent 2599a5a commit 485608c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/blueprint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,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 Expand Up @@ -89,4 +89,4 @@ jobs:

- name: Make sure the cache works
run: |
mv docs/docs .lake/build/doc
mv docs/docs .lake/build/doc

0 comments on commit 485608c

Please sign in to comment.