We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8977b65 commit aa26319Copy full SHA for aa26319
2 files changed
.github/workflows/publish.yaml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
container: python:3.8
11
steps:
12
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
13
- name: Install system dependencies.
14
run: apt-get update && apt-get install -y rsync
15
- name: Install the site generator.
.github/workflows/test.yaml
- name: Install the site-generator
run: pip install -r requirements.txt
- name: Build the site.
0 commit comments