Joergi
Joergi
Should it be than also being hosted on gitlab? Normally I use GitlabCI for building directly on gitlab. Not sure how to use it from github.
can you write down how the release build is triggered with gradle? the [help](https://developer.android.com/studio/build/building-cmdline#ReleaseMode) is not so helpful tbh.
@dannysauer - was this fix helping you? is it now always green? and: the security issue documentation is not nice: `The pull_request_target event is granted a read/write repository token and...
thx for your quick reply ``` $ dc up Starting blog_jekyll_1 ... done Attaching to blog_jekyll_1 jekyll_1 | Configuration file: /usr/src/app/_config.yml jekyll_1 | Invalid theme folder: _includes jekyll_1 | Source:...
@kyeotic - do you only have this error or is your website also locally not rendered correctly?
Any idea @Starefossen ?
The plugins I use : ``` plugins: - jekyll-feed - jekyll-sitemap - jekyll-seo-tag theme: jekyll-theme-tactile ``` https://github.com/joergi/blog/blob/main/_config.yml
okay :-( But you can confirm the error, right?
when I remove the theme completely, I don't have any error anymore ```bash $ docker compose up Starting blog_jekyll_1 ... done Attaching to blog_jekyll_1 jekyll_1 | Configuration file: /usr/src/app/_config.yml jekyll_1...
do you have a "real" simple project where it works @Starefossen ? just to play around? Thanks a lot