debug: github actions

pull/748/head
Collin Brown 3 years ago
parent 067e1bf2f8
commit d604109f61

@ -18,13 +18,19 @@ jobs:
with:
go-version: '>=1.17.0'
- name: Install dependencies
- name: Install round
run: |
# Get dependencies for autogen.sh script
go install github.com/mingrammer/round@latest
apt-get install inkscape
- name: Install inkscape
run: |
sudo apt-get update && sudo apt-get install inkscape
- name: Install python dependencies
run: |
python -m pip install --upgrade pip
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Build
run: |
cp -r resources docs/img/resources && mkdocs build -c -f mkdocs.yml

Loading…
Cancel
Save