Skip to content

Commit 479851f

Browse files
committed
actions
1 parent 1da40de commit 479851f

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.github/workflows/jekyll.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Checkout
23-
uses: actions/checkout@v3
23+
uses: actions/checkout@v4
2424
- name: Setup Ruby
2525
uses: ruby/setup-ruby@v1
2626
with:
@@ -29,11 +29,11 @@ jobs:
2929
cache-version: 0
3030
- name: Setup Pages
3131
id: pages
32-
uses: actions/configure-pages@v2
32+
uses: actions/configure-pages@v5
3333
- name: Jekyll Build
3434
run: JEKYLL_ENV=production bundle exec jekyll build
3535
- name: Upload Artifact
36-
uses: actions/upload-pages-artifact@v1
36+
uses: actions/upload-pages-artifact@v3
3737

3838
deploy:
3939
environment:
@@ -44,4 +44,4 @@ jobs:
4444
steps:
4545
- name: Deploy to GitHub Pages
4646
id: deployment
47-
uses: actions/deploy-pages@v1
47+
uses: actions/deploy-pages@v4

_sass/groove.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,8 @@ tbody tr:nth-child(odd) th {
534534
width: 40px;
535535
height: 40px;
536536
}
537-
.eyeball {
537+
.left-pupil,
538+
.right-pupil {
538539
animation: spin both linear 7;
539540
animation-timeline: scroll(root);
540541
}

0 commit comments

Comments
 (0)