Skip to content

Commit b9fda18

Browse files
committed
[build] documentation workflow needs to fetch gh-pages
1 parent 5989861 commit b9fda18

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/update-documentation.yml

+2
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ jobs:
4444
uses: actions/checkout@v4
4545
with:
4646
ref: ${{ github.event_name == 'workflow_dispatch' && github.ref || inputs.sha }}
47+
- name: Fetch gh-pages branch
48+
run: git fetch origin gh-pages
4749
- name: Setup git
4850
run: |
4951
git config --local user.email "[email protected]"

0 commit comments

Comments
 (0)