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 42a082b commit 046514fCopy full SHA for 046514f
.github/workflows/gh-pages-deploy.yaml
@@ -7,7 +7,9 @@ jobs:
7
deploy:
8
runs-on: ubuntu-latest
9
steps:
10
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
11
+ with:
12
+ fetch-depth: 0
13
- uses: actions/setup-python@v2
14
with:
15
python-version: 3.12
.github/workflows/pr-build.yaml
@@ -13,9 +13,9 @@ jobs:
preview:
16
- - name: Checkout PR
17
- uses: actions/checkout@v2
18
-
19
- name: Install Python
20
uses: actions/setup-python@v2
21
0 commit comments