required for publish
This commit is contained in:
parent
8f2edb175f
commit
4d17df6002
1 changed files with 1 additions and 1 deletions
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
|
|
@ -17,7 +17,7 @@ jobs:
|
||||||
- name: install dependencies
|
- name: install dependencies
|
||||||
run: |
|
run: |
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get --no-install-recommends -y install admesh imagemagick jekyll make openscad python3 python3-yaml xvfb xauth
|
apt-get --no-install-recommends -y install admesh git imagemagick jekyll make openscad python3 python3-yaml xauth xvfb
|
||||||
- name: checkout
|
- name: checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- name: build
|
- name: build
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue