Skip to content

Commit 71e454d

Browse files
authored
Add index.html file (#6)
Signed-off-by: Christian Berendt <[email protected]>
1 parent 79b51c2 commit 71e454d

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/static.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ jobs:
2929
- name: Setup Python
3030
uses: actions/setup-python@v4
3131
- name: Install dependencies
32-
run: pip install yaml2ics
32+
run: pip install yaml2ics markdown2
3333
- name: Generate osism.ics
3434
run: yaml2ics main.yml > calendar/osism.ics
35-
- name: Copy README.md file
36-
run: cp README.md calendar/README.md
35+
- name: Generate index.html file
36+
run: markdown2 README.md > calendar/index.html
3737
- name: Upload osism.ics
3838
uses: actions/upload-pages-artifact@v3
3939
with:

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
# calendar
1+
# OSISM Community Calendar
2+
3+
The calendar is published at <https://osism.tech/calendar/osism.ics>.

0 commit comments

Comments
 (0)