Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v5
- run: |
mkdir .jekyll-cache _site
docker-compose up --exit-code-from jekyll
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v5
- name: Install dependencies
run: sudo apt-get -q update && sudo apt-get install -y --no-install-recommends brotli zopfli
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.23.0'
environment:
# Disable Open Office conversion
DISABLE_UNOCONV: 1
Expand Down
Loading