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 9524a9e commit 99eb914Copy full SHA for 99eb914
.github/workflows/publish.yaml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
container: python:3.8
15
steps:
16
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v5
17
- name: Install system dependencies.
18
run: apt-get update && apt-get install -y rsync
19
- name: Install the site generator.
.github/workflows/test.yaml
@@ -9,7 +9,7 @@ jobs:
9
10
11
12
- name: Install the site-generator
run: pip install -r requirements.txt
- name: Build the site.
0 commit comments