File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,18 +10,18 @@ jobs:
10
10
steps :
11
11
12
12
- name : Checkout
13
- uses : actions/checkout@v3
13
+ uses : actions/checkout@v5
14
14
15
15
- name : Setup Ruby
16
- uses : ruby/setup-ruby@55283cc23133118229fd3f97f9336ee23a179fcf # v1.146.0
16
+ uses : ruby/setup-ruby@v1
17
17
with :
18
18
ruby-version : ' 3.1'
19
19
bundler-cache : true
20
20
cache-version : 0
21
21
22
22
- name : Setup Pages
23
23
id : pages
24
- uses : actions/configure-pages@v3
24
+ uses : actions/configure-pages@v5
25
25
26
26
- name : Build with Jekyll
27
27
run : bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ DURATION:PT2H{% endif %}
24
24
LOCATION :{{ event.location.name }}{% if event.location.address %}, {{ event.location.address }}{% endif %}{% if event.location.latitude and event.location.longitude %}
25
25
GEO:{{ event.location.latitude }};{{ event.location.longitude }}{% endif %}
26
26
DESCRIPTION :{{ event.content | strip_html | replace: "
27
- ", "\n" | strip }}
28
- X-ALT-DESC ;FMTTYPE=text/html :{{ event.content | strip_newlines | normalise_whitespace | strip}}
27
+ ", "\n" | strip }}\n\nEvent link: {{ event.url | prepend: site.website }}
28
+ X-ALT-DESC ;FMTTYPE=text/html :{{ event.content | strip_newlines | normalise_whitespace | strip}}<p>Event link: <a href="{{ event.url | prepend: site.website }}">{{ event.url | prepend: site.website }}</a></p>
29
29
END :VEVENT{% endfor %}
30
30
END :VCALENDAR
You can’t perform that action at this time.
0 commit comments