mirror of
https://github.com/netz39/www.netz39.de.git
synced 2025-01-19 04:20:10 +01:00
Cleanup and rename action
This commit is contained in:
parent
a8e3a4b30e
commit
8580fd549a
1 changed files with 0 additions and 7 deletions
|
@ -16,10 +16,3 @@ jobs:
|
||||||
docker run \
|
docker run \
|
||||||
-v ${{ github.workspace }}:/srv/jekyll -v ${{ github.workspace }}/_site:/srv/jekyll/_site \
|
-v ${{ github.workspace }}:/srv/jekyll -v ${{ github.workspace }}/_site:/srv/jekyll/_site \
|
||||||
jekyll/builder:latest /bin/bash -c "chmod -R 777 /srv/jekyll && jekyll build --future"
|
jekyll/builder:latest /bin/bash -c "chmod -R 777 /srv/jekyll && jekyll build --future"
|
||||||
|
|
||||||
- name: Install packages
|
|
||||||
continue-on-error: true
|
|
||||||
run: |
|
|
||||||
docker pull sylhare/type-on-strap
|
|
||||||
docker pull sylhare/jekyll
|
|
||||||
|
|
Loading…
Reference in a new issue