Skip to content

Commit

Permalink
fix deploy fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
mdekstrand committed Jul 3, 2024
1 parent 7902001 commit e2d45d8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ jobs:
with:
repository: lenskit/lenskit-docs
ref: main
fetch-depth: 0
- name: Set up Deno
uses: denoland/setup-deno@v1
with:
Expand Down
4 changes: 2 additions & 2 deletions docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ dependencies:
- just
- pytorch-cpu
- nomkl
- pandas >=1.5,<3
- numpy >=1.23,<2
- pandas <3,>=1.5
- numpy <2,>=1.23
- scipy >=1.9.0
- pytorch >=2.1,<3
- threadpoolctl >=3.0
Expand Down
1 change: 1 addition & 0 deletions lkdev/workflows/docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ def job_publish_site():
"with": {
"repository": "lenskit/lenskit-docs",
"ref": "main",
"fetch-depth": 0,
},
},
{
Expand Down

0 comments on commit e2d45d8

Please sign in to comment.