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 68dd6bf commit 1255603Copy full SHA for 1255603
.github/workflows/deploy.yml
@@ -24,7 +24,7 @@ jobs:
24
path: _site
25
26
- name: Setup Ruby
27
- uses: ruby/setup-ruby@v1.264.0
+ uses: ruby/setup-ruby@v1.268.0
28
29
# Runs a single command using the runners shell
30
- name: Run Jekyll build and deploy
.github/workflows/test.yml
@@ -11,7 +11,7 @@ jobs:
11
uses: actions/checkout@v6
12
13
14
15
16
- name: Run Jekyll build
17
run: |
0 commit comments