We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86dadbd commit 822b657Copy full SHA for 822b657
.github/workflows/update-docs.yml
@@ -95,7 +95,7 @@ jobs:
95
git fetch
96
git switch doc-output || git switch --orphan doc-output
97
98
- git restore --source master $script documentation/update-last-changed.sh
+ git restore --source master $script documentation/update-last-changed.sh documentation/apply-doc-cfg.sh
99
bash $script "$REPO" "$NUM" "$DATE"
100
101
- name: "Wait for concurrent workflows to finish..."
0 commit comments