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 13bb479 commit 11dc9a2Copy full SHA for 11dc9a2
.github/workflows/documentation.yml
@@ -59,7 +59,9 @@ jobs:
59
git worktree add --no-checkout --detach site
60
git -C site remote rm origin
61
git -C site remote add origin "https://x-access-token:${{ secrets.PAT }}@github.com/${{ github.repository }}"
62
- git -C site checkout --orphan website
+ git -C site checkout --orphan gh-pages
63
+ git -C site reset --hard
64
+ git -C site read-tree --reset -u website
65
66
- name: Generate Documentation
67
run: |
0 commit comments