Skip to content

Commit 9f8232d

Browse files
committed
Try Ubuntu for GH Actions
1 parent 8766a8c commit 9f8232d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/jekyll-github-pages.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ concurrency:
2727

2828
jobs:
2929
jekyll:
30-
runs-on: macos-latest
30+
runs-on: ubuntu-latest
3131
steps:
3232
- name: 📂 Checkout
33-
uses: actions/checkout@v4
33+
uses: actions/checkout@v2
3434

3535
# include the lines below if you are using jekyll-last-modified-at
3636
# or if you would otherwise need to fetch the full commit history
@@ -49,7 +49,7 @@ jobs:
4949
enable_cache: true
5050

5151
- name: 🚀 Deploy
52-
uses: peaceiris/actions-gh-pages@v4
52+
uses: peaceiris/actions-gh-pages@v3
5353
with:
5454
github_token: ${{ secrets.GITHUB_TOKEN }}
5555
publish_dir: ./_site

0 commit comments

Comments
 (0)