Skip to content

Commit

Permalink
Merge branch 'master' of github.com:RxTelegram/rxtelegram.github.io
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasweimann committed Nov 8, 2023
2 parents fcd6e0b + eaff46e commit 95f08f8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
jekyll:
image: jekyll/jekyll:3.8.5
image: jekyll/jekyll:4.2.2
environment:
- JEKYILL_ENV=docker
command: jekyll serve --host 0.0.0.0 --drafts --config _config.yml --watch --livereload --force_polling
Expand Down
6 changes: 6 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
]
}

0 comments on commit 95f08f8

Please sign in to comment.