We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7608f17 commit 9658d5dCopy full SHA for 9658d5d
.github/workflows/build.yml
@@ -10,7 +10,7 @@ jobs:
10
build:
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
14
- run: |
15
mkdir .jekyll-cache _site
16
docker-compose up --exit-code-from jekyll
.github/workflows/deploy.yml
@@ -8,7 +8,7 @@ jobs:
8
deploy:
9
- name: Install dependencies
run: sudo apt-get -q update && sudo apt-get install -y --no-install-recommends brotli zopfli
- name: Build
0 commit comments