We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 942a119 commit 132645dCopy full SHA for 132645d
.github/workflows/main.yml
@@ -24,7 +24,9 @@ jobs:
24
sudo bundle install
25
bundle exec jekyll --version
26
bundle exec jekyll build
27
- echo "Convert iCalendar file line endings to CRLF"
+
28
+ - name: Convert iCalendar file line endings to CRLF
29
+ run: |
30
cp _site/techaachen-calendar.ics _site/techaachen-calendar.ics.in
31
sed $'s/$/\r/' _site/techaachen-calendar.ics.in > _site/techaachen-calendar.ics
32
rm _site/techaachen-calendar.ics.in
0 commit comments