debug: github actions

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

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

Loading…
Cancel
Save