File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 20
20
runs-on : ubuntu-latest
21
21
steps :
22
22
- name : Checkout
23
- uses : actions/checkout@v3
23
+ uses : actions/checkout@v4
24
24
- name : Setup Ruby
25
25
uses : ruby/setup-ruby@v1
26
26
with :
@@ -29,11 +29,11 @@ jobs:
29
29
cache-version : 0
30
30
- name : Setup Pages
31
31
id : pages
32
- uses : actions/configure-pages@v2
32
+ uses : actions/configure-pages@v5
33
33
- name : Jekyll Build
34
34
run : JEKYLL_ENV=production bundle exec jekyll build
35
35
- name : Upload Artifact
36
- uses : actions/upload-pages-artifact@v1
36
+ uses : actions/upload-pages-artifact@v3
37
37
38
38
deploy :
39
39
environment :
44
44
steps :
45
45
- name : Deploy to GitHub Pages
46
46
id : deployment
47
- uses : actions/deploy-pages@v1
47
+ uses : actions/deploy-pages@v4
Original file line number Diff line number Diff line change @@ -534,7 +534,8 @@ tbody tr:nth-child(odd) th {
534
534
width : 40px ;
535
535
height : 40px ;
536
536
}
537
- .eyeball {
537
+ .left-pupil ,
538
+ .right-pupil {
538
539
animation : spin both linear 7 ;
539
540
animation-timeline : scroll (root );
540
541
}
You can’t perform that action at this time.
0 commit comments