Merge pull request #2475 from PyO3/revert-2474-gh-pages-force-orphan
Revert "CI: Add `force_orphan` to `actions-gh-pages`"
This commit is contained in:
commit
2ee15de6b7
|
@ -55,7 +55,6 @@ jobs:
|
|||
publish_dir: ./target/doc
|
||||
destination_dir: internal/doc
|
||||
full_commit_message: "Upload internal documentation"
|
||||
force_orphan: true
|
||||
|
||||
- name: Clear the extra artefacts created earlier
|
||||
run: rm -rf target
|
||||
|
@ -84,7 +83,6 @@ jobs:
|
|||
publish_dir: ./target/guide/
|
||||
destination_dir: ${{ steps.prepare_tag.outputs.tag_name }}
|
||||
full_commit_message: "Upload documentation for ${{ steps.prepare_tag.outputs.tag_name }}"
|
||||
force_orphan: true
|
||||
|
||||
guide-release:
|
||||
needs: guide-build
|
||||
|
|
Loading…
Reference in New Issue