Skip to content

Commit 7d2cc88

Browse files
authored
ci: fix build-docs.yaml
1 parent 5d06207 commit 7d2cc88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2222
with:
23-
persist-credentials: false
23+
persist-credentials: true # required for pushing to gh-pages
2424
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
2525
with:
2626
python-version: "3.13"

0 commit comments

Comments
 (0)