File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -28,21 +28,21 @@ jobs:
28
28
steps :
29
29
- name : Checkout
30
30
uses : actions/checkout@v4
31
-
31
+
32
32
- name : Cache Ruby Gems
33
33
uses : actions/cache@v3
34
34
with :
35
35
path : vendor/bundle
36
36
key : ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
37
37
restore-keys : |
38
38
${{ runner.os }}-gems-
39
-
39
+
40
40
- name : Install Ruby
41
41
uses : ruby/setup-ruby@v1
42
42
with :
43
43
ruby-version : ' 3.0'
44
44
bundler-cache : true
45
-
45
+
46
46
- name : Install Tools
47
47
run : |
48
48
sudo apt-get update
@@ -60,15 +60,15 @@ jobs:
60
60
mkdir ../target
61
61
cp Practical-Gremlin.html ../target/index.html
62
62
cp ../images/PRACTICAL-GREMLIN-Revised-v2.png ../target
63
-
63
+
64
64
- name : Setup Pages
65
65
uses : actions/configure-pages@v3
66
-
66
+
67
67
- name : Upload artifact
68
- uses : actions/upload-pages-artifact@v2
68
+ uses : actions/upload-pages-artifact@v3
69
69
with :
70
70
path : ' target'
71
-
71
+
72
72
- name : Deploy to GitHub Pages
73
73
id : deployment
74
74
uses : actions/deploy-pages@v2
You can’t perform that action at this time.
0 commit comments