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 1d8715f commit 3b37b63Copy full SHA for 3b37b63
.github/workflows/jekyll.yml
@@ -2,6 +2,10 @@
2
# They are provided by a third-party and are governed by
3
# separate terms of service, privacy policy, and support
4
# 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.
9
name: Deploy Jekyll site to Pages
10
11
on:
@@ -34,6 +38,8 @@ jobs:
34
38
eval "$(rbenv init -)"
35
39
rbenv install 3.1.4
36
40
rbenv global 3.1.4
41
+ - name: Create toolcache directory
42
+ run: mkdir -p /opt/hostedtoolcache/Ruby/3.1.4/x64
37
43
touch /opt/hostedtoolcache/Ruby/3.1.4/x64.complete
44
45
- name: Setup Ruby
0 commit comments