We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d06207 commit 7d2cc88Copy full SHA for 7d2cc88
.github/workflows/build-docs.yaml
@@ -20,7 +20,7 @@ jobs:
20
steps:
21
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
22
with:
23
- persist-credentials: false
+ persist-credentials: true # required for pushing to gh-pages
24
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
25
26
python-version: "3.13"
0 commit comments