mirror of
https://github.com/pinnacle-comp/pinnacle.git
synced 2025-01-30 20:34:49 +01:00
Remove force_orphan
Will cause PRs to nuke the main branch docs
This commit is contained in:
parent
87a76d6797
commit
09e20e3a30
2 changed files with 2 additions and 2 deletions
2
.github/workflows/ldoc.yml
vendored
2
.github/workflows/ldoc.yml
vendored
|
@ -49,4 +49,4 @@ jobs:
|
||||||
external_repository: pinnacle-comp/lua-reference
|
external_repository: pinnacle-comp/lua-reference
|
||||||
publish_dir: ../ldoc_gen/.ldoc_gen/doc
|
publish_dir: ../ldoc_gen/.ldoc_gen/doc
|
||||||
destination_dir: ${{ env.BRANCH_NAME }}
|
destination_dir: ${{ env.BRANCH_NAME }}
|
||||||
force_orphan: true
|
# force_orphan: true
|
||||||
|
|
2
.github/workflows/rustdoc.yml
vendored
2
.github/workflows/rustdoc.yml
vendored
|
@ -35,4 +35,4 @@ jobs:
|
||||||
external_repository: pinnacle-comp/rust-reference
|
external_repository: pinnacle-comp/rust-reference
|
||||||
publish_dir: ./target/doc
|
publish_dir: ./target/doc
|
||||||
destination_dir: ${{ env.BRANCH_NAME }}
|
destination_dir: ${{ env.BRANCH_NAME }}
|
||||||
force_orphan: true
|
# force_orphan: true
|
||||||
|
|
Loading…
Add table
Reference in a new issue