File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 10
10
build :
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v3
13
+ - uses : actions/checkout@v4
14
14
- run : |
15
15
mkdir .jekyll-cache _site
16
16
docker-compose up --exit-code-from jekyll
Original file line number Diff line number Diff line change 8
8
deploy :
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/checkout@v3
11
+ - uses : actions/checkout@v4
12
12
- name : Install dependencies
13
13
run : sudo apt-get -q update && sudo apt-get install -y --no-install-recommends brotli zopfli
14
14
- name : Build
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ services:
21
21
- ./_site:/usr/share/nginx/html
22
22
# Gotenberg receives requests on port 3000
23
23
gotenberg :
24
- image : ' gotenberg/gotenberg:7.8.2 '
24
+ image : ' gotenberg/gotenberg:8.15.1 '
25
25
environment :
26
26
# Disable Open Office conversion
27
27
DISABLE_UNOCONV : 1
You can’t perform that action at this time.
0 commit comments