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 82535e2 commit bb37c86Copy full SHA for bb37c86
.github/workflows/github-pages.yaml
@@ -29,7 +29,7 @@ jobs:
29
30
- uses: bazelbuild/setup-bazelisk@v3
31
32
- - uses: actions/setup-python@v5
+ - uses: actions/setup-python@v6
33
with:
34
python-version: "3.13"
35
@@ -61,7 +61,7 @@ jobs:
61
- name: Inspect docs site directory structure
62
run: find ${{ github.workspace }}/docs/generated -maxdepth 2
63
64
65
66
67
- run: |
0 commit comments