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.
2 parents 8d76232 + d7da623 commit c6a6b1cCopy full SHA for c6a6b1c
.github/workflows/build-only.yaml
@@ -6,7 +6,7 @@ jobs:
6
build-site:
7
runs-on: ubuntu-latest
8
steps:
9
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
10
11
- name: Set up Pytho
12
uses: actions/setup-python@v5
.github/workflows/deploy.yaml
@@ -10,7 +10,7 @@ jobs:
build-and-deploy-site:
13
14
15
- name: Set up Python
16
0 commit comments