Skip to content

Commit 822b657

Browse files
committed
Include script when restoring git
1 parent 86dadbd commit 822b657

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
git fetch
9696
git switch doc-output || git switch --orphan doc-output
9797
98-
git restore --source master $script documentation/update-last-changed.sh
98+
git restore --source master $script documentation/update-last-changed.sh documentation/apply-doc-cfg.sh
9999
bash $script "$REPO" "$NUM" "$DATE"
100100
101101
- name: "Wait for concurrent workflows to finish..."

0 commit comments

Comments
 (0)