Skip to content

Commit

Permalink
- small bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
amkrajewski committed Oct 17, 2023
1 parent 0a1c92f commit 8378ab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pagedeploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
jupyter nbconvert --to markdown --execute --output-dir ./temp/ ./*.ipynb
- name: Customize Lecture pages with headers
run: |
cat <(echo "---"; echo "layout: default"; echo "title: Lecture 1"; echo "") ./temp/Lecture1.md > Lecture1.md
cat <(echo "---"; echo "layout: default"; echo "title: Lecture 1"; echo "---"; echo "") ./temp/Lecture1.md > Lecture1.md
cat Lecture1.md
# README-related tasks
- name: Setup Pages
Expand Down

0 comments on commit 8378ab2

Please sign in to comment.