Skip to content

Commit 619aa2a

Browse files
committed
Update GitHub Actions workflow for deploying docs
1 parent 59dc960 commit 619aa2a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/deploy-docs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v4
13+
with:
14+
fetch-depth: 0
1315
- name: Set up Python 3.13
1416
uses: actions/setup-python@v5
1517
with:
@@ -23,3 +25,4 @@ jobs:
2325
with:
2426
github_token: ${{ secrets.GITHUB_TOKEN }}
2527
publish_dir: docs/_build
28+
force_orphan: true

0 commit comments

Comments
 (0)