We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79b51c2 commit 71e454dCopy full SHA for 71e454d
.github/workflows/static.yml
@@ -29,11 +29,11 @@ jobs:
29
- name: Setup Python
30
uses: actions/setup-python@v4
31
- name: Install dependencies
32
- run: pip install yaml2ics
+ run: pip install yaml2ics markdown2
33
- name: Generate osism.ics
34
run: yaml2ics main.yml > calendar/osism.ics
35
- - name: Copy README.md file
36
- run: cp README.md calendar/README.md
+ - name: Generate index.html file
+ run: markdown2 README.md > calendar/index.html
37
- name: Upload osism.ics
38
uses: actions/upload-pages-artifact@v3
39
with:
README.md
@@ -1 +1,3 @@
1
-# calendar
+# OSISM Community Calendar
2
+
3
+The calendar is published at <https://osism.tech/calendar/osism.ics>.
0 commit comments