We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4bcf0f commit 408e795Copy full SHA for 408e795
.github/workflows/on-new-framework-tag.yml
@@ -17,7 +17,7 @@ jobs:
17
- uses: actions/checkout@v2
18
name: Checkout published docs
19
with:
20
- ref: gh_pages
+ ref: gh-pages
21
path: 'documentation'
22
- id: get_dest_dir
23
run: |
0 commit comments