Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update all
Browse files Browse the repository at this point in the history
renovate[bot] authored Jan 30, 2025
1 parent 7608f17 commit 0bd35c8
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: |
mkdir .jekyll-cache _site
docker-compose up --exit-code-from jekyll
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install dependencies
run: sudo apt-get -q update && sudo apt-get install -y --no-install-recommends brotli zopfli
- name: Build
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ services:
- ./_site:/usr/share/nginx/html
# Gotenberg receives requests on port 3000
gotenberg:
image: 'gotenberg/gotenberg:7.8.2'
image: 'gotenberg/gotenberg:8.16.0'
environment:
# Disable Open Office conversion
DISABLE_UNOCONV: 1

0 comments on commit 0bd35c8

Please sign in to comment.