We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e04a6c commit 8dfcfa8Copy full SHA for 8dfcfa8
1 file changed
.github/workflows/docs.yaml
@@ -141,10 +141,9 @@ jobs:
141
steps:
142
- name: ⬇ Checkout docs.octoprint.org
143
uses: actions/checkout@v6
144
- with:
+ with: # this intentionally lacks a persist_credentials: false, as we need to push again!
145
ref: gh-pages
146
path: docs
147
- persist-credentials: false
148
149
- name: ⬇ Fetch all artifacts
150
uses: actions/download-artifact@v4
0 commit comments