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 1010 build :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v3
13+ - uses : actions/checkout@v4
1414 - run : |
1515 mkdir .jekyll-cache _site
1616 docker-compose up --exit-code-from jekyll
Original file line number Diff line number Diff line change 88 deploy :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v3
11+ - uses : actions/checkout@v4
1212 - name : Install dependencies
1313 run : sudo apt-get -q update && sudo apt-get install -y --no-install-recommends brotli zopfli
1414 - name : Build
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ services:
2121 - ./_site:/usr/share/nginx/html
2222 # Gotenberg receives requests on port 3000
2323 gotenberg :
24- image : ' gotenberg/gotenberg:7.8.2 '
24+ image : ' gotenberg/gotenberg:8.16.0 '
2525 environment :
2626 # Disable Open Office conversion
2727 DISABLE_UNOCONV : 1
You can’t perform that action at this time.
0 commit comments