mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Set up virtualenv before compiling docs.
This commit is contained in:
parent
dcc35c4e9a
commit
7a593bcc38
1 changed files with 5 additions and 0 deletions
5
.github/workflows/docs.yml
vendored
5
.github/workflows/docs.yml
vendored
|
@ -13,6 +13,11 @@ jobs:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
fetch-depth: 2
|
fetch-depth: 2
|
||||||
|
- name: Bootstrap
|
||||||
|
run: |
|
||||||
|
python3 -m pip install --upgrade pip virtualenv
|
||||||
|
sudo apt update
|
||||||
|
python3 ./mach bootstrap
|
||||||
- name: Compile docs
|
- name: Compile docs
|
||||||
run: python3 ./mach doc
|
run: python3 ./mach doc
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue