Skip to content
This repository was archived by the owner on Mar 3, 2023. It is now read-only.

fix doc ci #3620

Merged
merged 1 commit into from
Oct 16, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions scripts/packages/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -647,6 +647,7 @@ genrule(
"rm setup.py.template",
"tree $$HERONPY_DIR",
"/usr/bin/env python3 setup.py sdist",
"pip3 install wheel",
"/usr/bin/env python3 setup.py bdist_wheel",
"cd -",
"ls -l $$HERONPY_DIR/dist",
Expand Down
6 changes: 3 additions & 3 deletions website2/website/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion website2/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"replace-in-file": "^3.4.0"
},
"dependencies": {
"yarn": "^1.22.4"
"yarn": "^1.22.10"
}
}
1 change: 1 addition & 0 deletions website2/website/scripts/Dockerfile.ubuntu18.04
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ RUN apt-get update && apt-get -y install \
python3-pip \
python3-setuptools \
python3-wheel \
python3-venv \
sudo \
tree \
unzip \
Expand Down