Skip to content

Commit 1b29887

Browse files
committed
.github/workflows/NightlyBuildsCheck.yml
1 parent e04fd71 commit 1b29887

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/NightlyBuildsCheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ jobs:
208208
git pull origin main
209209
210210
# add header for jekyll to apply post layout to a report
211-
echo -e "---\nlayout: post\ntitle: "${{ needs.get-run-info.outputs.CURR_DATE }} - Report"\nparent: "Reports"\n---\n" > reports/${{ needs.get-run-info.outputs.CURR_DATE }}-report.md
211+
echo -e "---\nlayout: post\ntitle: "${{ needs.get-run-info.outputs.CURR_DATE }} - Report"\nparent: "Reports"\n---\n" > docs/${{ needs.get-run-info.outputs.CURR_DATE }}-report.md
212212
cat ${{ needs.get-run-info.outputs.CURR_DATE }}-report.md >> reports/${{ needs.get-run-info.outputs.CURR_DATE }}-report.md
213213
214214
ls -lah docs

0 commit comments

Comments
 (0)