Skip to content

Commit

Permalink
chore: Update docs workflow to disable checkout
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
cmlccie committed Aug 3, 2024
1 parent 8b7b3c1 commit 1f5cecc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,5 @@ jobs:

- name: Build & Publish Docs
uses: sphinx-notes/pages@v3
with:
checkout: false

0 comments on commit 1f5cecc

Please sign in to comment.