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 624f757 commit 87ed11dCopy full SHA for 87ed11d
.github/workflows/documentation.yml
@@ -58,8 +58,7 @@ jobs:
58
git worktree add --no-checkout --detach site
59
git -C site remote rm origin
60
git -C site remote add origin "https://x-access-token:${{ secrets.PAT }}@github.com/${{ github.repository }}"
61
- git -C site checkout --orphan gh-pages
62
- git -C site reset --hard
+ git -C site checkout --orphan website
63
64
- name: Generate Documentation
65
run: |
0 commit comments