Skip to content

Commit

Permalink
chore: add docbuild setup test in push_pr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pitmonticone committed Jan 4, 2025
1 parent 3523bfe commit 6a0e16d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/push_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,21 @@ jobs:
- name: Build project
run: ~/.elan/bin/lake build Carleson

- name: Setup symlinks between project and docbuild
working-directory: docbuild
run: |
mkdir -p .lake/packages
for package_path in ../.lake/packages/*; do
package=$(basename $package_path)
ln -s ../../../.lake/packages/$package .lake/packages/$package
done
- name: Test carleson update in docbuild
working-directory: docbuild
run: |
~/.elan/bin/lake update carleson || true
#~/.elan/bin/lake build Carleson:docs
- name: Build blueprint and copy to `docs/blueprint`
uses: xu-cheng/texlive-action@v2
with:
Expand Down

0 comments on commit 6a0e16d

Please sign in to comment.