diff --git a/.github/workflows/document.yml b/.github/workflows/document.yml index e69f4d6..8ef9ec7 100644 --- a/.github/workflows/document.yml +++ b/.github/workflows/document.yml @@ -36,3 +36,4 @@ jobs: deploy_key: ${{ secrets.DOCS_DEPLOY_KEY }} external_repository: iced-rs/docs publish_dir: ./target/doc + force_orphan: true