Skip to content

Commit 87ed11d

Browse files
authored
Update documentation.yml
Merge in the static user content from the website branch as a starting point for the merged documentation.
1 parent 624f757 commit 87ed11d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,7 @@ jobs:
5858
git worktree add --no-checkout --detach site
5959
git -C site remote rm origin
6060
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
61+
git -C site checkout --orphan website
6362
6463
- name: Generate Documentation
6564
run: |

0 commit comments

Comments
 (0)