Skip to content

Commit

Permalink
ci: fix build py package
Browse files Browse the repository at this point in the history
  • Loading branch information
wey-gu committed Apr 30, 2024
1 parent 03bc678 commit be1e543
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ build:
jobs:
post_create_environment:
- python -m pip install -r docs/requirements.txt
- export WITH_GITLFS=false && python build.py
- export WITH_GITLFS=false && python build_site.py
mkdocs:
configuration: mkdocs.yml

Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Install the required packages and build the site.
# Install the required packages
pip3 install -r docs/requirements.txt
# Build the site
export WITH_GITLFS=true ;python3 build.py
export WITH_GITLFS=true ;python3 build_site.py
# Serve the site
mkdocs serve -a 0.0.0.0:8088
```
Expand Down Expand Up @@ -126,7 +126,7 @@ Objects not staged for commit:
Then try to build the site locally and check the new dataset.

```bash
$ export WITH_GITLFS=true ;python3 build.py
$ export WITH_GITLFS=true ;python3 build_site.py
$ mkdocs serve -a 0.0.0.0:8088
```

Expand Down

0 comments on commit be1e543

Please sign in to comment.