ci: chrome install
Some checks failed
Publish to docs.datacontroller.io / Deploy docs (push) Failing after 1m35s
Some checks failed
Publish to docs.datacontroller.io / Deploy docs (push) Failing after 1m35s
This commit is contained in:
parent
e044b6c294
commit
ecdd19dd1c
@ -23,6 +23,13 @@ jobs:
|
|||||||
apt-get update
|
apt-get update
|
||||||
apt-get install python3-pip -y
|
apt-get install python3-pip -y
|
||||||
|
|
||||||
|
- name: Install Chrome
|
||||||
|
run: |
|
||||||
|
apt-get update
|
||||||
|
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
|
||||||
|
apt install -y ./google-chrome*.deb;
|
||||||
|
export CHROME_BIN=/usr/bin/google-chrome
|
||||||
|
|
||||||
- name: build site
|
- name: build site
|
||||||
run: |
|
run: |
|
||||||
pip3 install mkdocs
|
pip3 install mkdocs
|
||||||
|
Loading…
Reference in New Issue
Block a user