Skip to content

Commit 8dfcfa8

Browse files
committed
fix(ci): fix broken build
1 parent 4e04a6c commit 8dfcfa8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/docs.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,10 +141,9 @@ jobs:
141141
steps:
142142
- name: ⬇ Checkout docs.octoprint.org
143143
uses: actions/checkout@v6
144-
with:
144+
with: # this intentionally lacks a persist_credentials: false, as we need to push again!
145145
ref: gh-pages
146146
path: docs
147-
persist-credentials: false
148147

149148
- name: ⬇ Fetch all artifacts
150149
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)