diff --git a/Jenkinsfile b/Jenkinsfile index cf59772..b225c80 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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' } } diff --git a/content/posts/2021-09-21-my-anki-setup.md b/content/posts/2021-09-21-my-anki-setup.md index 84ab102..441111f 100644 --- a/content/posts/2021-09-21-my-anki-setup.md +++ b/content/posts/2021-09-21-my-anki-setup.md @@ -13,7 +13,6 @@ tags: - customization summary: Currently I am studying for a few exams, and decided that I am quite happy with my current Anki setup, so I thought I would share my addon choices with you showtoc: false -draft: true --- Hi! Currently I am studying for a few exams, and decided that I am quite happy with my current Anki setup, so I thought I would share my addon choices with you!