Skip to content

Commit 856fb17

Browse files
Remove unnecessary ref: master from checkout step
The workflow now only runs from master context (push to master or workflow_dispatch with ref: master), so explicit ref is redundant. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 0a1c1cf commit 856fb17

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/docs.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
2323
- name: Checkout
2424
uses: actions/checkout@v4
2525
with:
26-
ref: master # Always checkout master for GitHub Pages deployment
2726
fetch-depth: 0 # Fetch all history for sphinx-multiversion
2827
- name: Setup Pages
2928
uses: actions/configure-pages@v5

0 commit comments

Comments
 (0)