mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00: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
|
||||
with:
|
||||
fetch-depth: 2
|
||||
- name: Bootstrap
|
||||
run: |
|
||||
python3 -m pip install --upgrade pip virtualenv
|
||||
sudo apt update
|
||||
python3 ./mach bootstrap
|
||||
- name: Compile docs
|
||||
run: python3 ./mach doc
|
||||
env:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue