Skip to content

Commit c79da23

Browse files
committed
Fix path to script overwritten by git
1 parent 5f33dba commit c79da23

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/update-docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ jobs:
9696
git switch doc-output || git switch --orphan doc-output
9797
9898
git restore --source master $script documentation/update-last-changed.sh documentation/apply-doc-cfg.sh
99+
mv documentation/apply-doc-cfg.sh /tmp/apply-doc-cfg.sh
99100
bash $script "$REPO" "$NUM" "$DATE"
100101
101102
- name: "Wait for concurrent workflows to finish..."

documentation/put.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ gdextension-api = { git = "https://github.com//godot-rust/godot4-prebuilt", bran
7575
HEREDOC
7676

7777
# Apply #[doc(cfg(...))] to all docs. No rustfmt needed.
78-
documentation/apply-doc-cfg.sh --install-sd
78+
/tmp/apply-doc-cfg.sh --install-sd
7979
fi
8080

8181
# Build docs

0 commit comments

Comments
 (0)