Publish: My 2021 Anki Setup

This commit is contained in:
2021-09-21 23:37:42 +02:00
parent 45f6efd24b
commit 837edcac6e
2 changed files with 2 additions and 3 deletions

4
Jenkinsfile vendored
View File

@ -33,8 +33,8 @@ pipeline {
sh 'docker pull klakegg/hugo:alpine'
sh 'docker run --rm -u 108:116 -v "$PWD:/src" registry.chaoswg.org:5000/alpine-avif-webp:latest'
sh 'docker run --rm -u 108:116 -v "$PWD:/src" klakegg/hugo:alpine'
sh 'docker run --rm -v "$PWD:/src" registry.chaoswg.org:5000/alpine-avif-webp:latest'
sh 'docker run --rm -v "$PWD:/src" klakegg/hugo:alpine'
}
}