Skip to content

Commit 3b37b63

Browse files
authored
Update jekyll.yml
1 parent 1d8715f commit 3b37b63

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/jekyll.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
# They are provided by a third-party and are governed by
33
# separate terms of service, privacy policy, and support
44
# documentation.
5+
# This workflow uses actions that are not certified by GitHub.
6+
# They are provided by a third-party and are governed by
7+
# separate terms of service, privacy policy, and support
8+
# documentation.
59
name: Deploy Jekyll site to Pages
610

711
on:
@@ -34,6 +38,8 @@ jobs:
3438
eval "$(rbenv init -)"
3539
rbenv install 3.1.4
3640
rbenv global 3.1.4
41+
- name: Create toolcache directory
42+
run: mkdir -p /opt/hostedtoolcache/Ruby/3.1.4/x64
3743
touch /opt/hostedtoolcache/Ruby/3.1.4/x64.complete
3844
3945
- name: Setup Ruby

0 commit comments

Comments
 (0)