Skip to content

Commit 408e795

Browse files
committed
Fix workflow
1 parent a4bcf0f commit 408e795

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/on-new-framework-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v2
1818
name: Checkout published docs
1919
with:
20-
ref: gh_pages
20+
ref: gh-pages
2121
path: 'documentation'
2222
- id: get_dest_dir
2323
run: |

0 commit comments

Comments
 (0)