Skip to content

Commit

Permalink
docs: Enable force_orphan to reduce clone size (#5289)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xuanwo authored Nov 5, 2024
1 parent c424374 commit 97ad32d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -631,6 +631,8 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: website/build
publish_branch: gh-pages
# This allows us to make our publish branch with only the latest commit.
force_orphan: true

- name: Clear build
run: rm -rf ./website/build
Expand Down

0 comments on commit 97ad32d

Please sign in to comment.