Skip to content

Commit 1f5cecc

Browse files
committed
chore: Update docs workflow to disable checkout
This commit updates the docs workflow by disabling the checkout step. This change is made to improve the efficiency of the workflow and reduce unnecessary operations during the build and publish process.
1 parent 8b7b3c1 commit 1f5cecc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,5 @@ jobs:
4343

4444
- name: Build & Publish Docs
4545
uses: sphinx-notes/pages@v3
46+
with:
47+
checkout: false

0 commit comments

Comments
 (0)