Skip to content

Commit

Permalink
fix: make lake preserve toolchain for docs (#1086)
Browse files Browse the repository at this point in the history
  • Loading branch information
fgdorais authored Jan 5, 2025
1 parent 101795c commit 03f408f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: Build Docs
working-directory: docs
run: lake build -q Batteries:docs
run: lake build --keep-toolchain -q Batteries:docs

- name: Deploy Docs
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: Build Docs
working-directory: docs
run: lake build -q Batteries:docs
run: lake build --keep-toolchain -q Batteries:docs

- name: Compress Docs
working-directory: docs
Expand Down

0 comments on commit 03f408f

Please sign in to comment.