ci: chrome install
Some checks failed
Publish to docs.datacontroller.io / Deploy docs (push) Failing after 1m35s

This commit is contained in:
Mihajlo Medjedovic 2023-07-25 00:35:42 +02:00
parent e044b6c294
commit ecdd19dd1c

View File

@ -23,6 +23,13 @@ jobs:
apt-get update
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
run: |
pip3 install mkdocs