Skip to content

Commit 11fcf92

Browse files
committed
Ignore the fact that the branch doesn't yet exist
1 parent 4b50d1c commit 11fcf92

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/documentation.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ jobs:
2929
fetch-depth: 0
3030

3131
- name: "Clone Documentation"
32-
uses: actions/checkout@v3
32+
continue-on-error: true
33+
uses: actions/checkout@v3
3334
with:
3435
ref: 'documentation'
3536
path: 'build/docs/html'

0 commit comments

Comments
 (0)