We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e04fd71 commit 1b29887Copy full SHA for 1b29887
.github/workflows/NightlyBuildsCheck.yml
@@ -208,7 +208,7 @@ jobs:
208
git pull origin main
209
210
# 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
+ 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
212
cat ${{ needs.get-run-info.outputs.CURR_DATE }}-report.md >> reports/${{ needs.get-run-info.outputs.CURR_DATE }}-report.md
213
214
ls -lah docs
0 commit comments