Cleanup and rename action

This commit is contained in:
Max 2024-03-27 01:59:58 +01:00 committed by GitHub
parent a8e3a4b30e
commit 8580fd549a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,10 +16,3 @@ jobs:
docker run \
-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"
- name: Install packages
continue-on-error: true
run: |
docker pull sylhare/type-on-strap
docker pull sylhare/jekyll