Skip to content

Commit 0959ff3

Browse files
committed
Attempted fix for latest version
1 parent cd38230 commit 0959ff3

2 files changed

Lines changed: 9 additions & 4 deletions

File tree

β€Ž.github/workflows/github-pages.ymlβ€Ž

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,17 @@ jobs:
1515
steps:
1616
- name: πŸ“‚ setup
1717
uses: actions/checkout@v6
18+
1819
- name: πŸ’Ž setup ruby
19-
uses: ruby/setup-ruby@c4e5b1316158f92e3d49443a9d58b31d25ac0f8f # v1.306.0
20+
uses: ruby/setup-ruby@v1.310.0
2021
with:
2122
ruby-version: 3.3
23+
2224
- name: πŸ”¨ install dependencies & build site
23-
uses: limjh16/jekyll-action-ts@807a5f09755d777bfd3070e9505d02347844c9b2 # v2.4.2
25+
uses: limjh16/jekyll-action-ts@v2
26+
2427
- name: πŸš€ deploy
25-
uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4.0.0
28+
uses: peaceiris/actions-gh-pages@v4
2629
with:
2730
github_token: ${{ secrets.GITHUB_TOKEN }}
2831
publish_dir: ./_site

β€ŽGemfileβ€Ž

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,6 @@ gem "jekyll"
33
gem "json"
44
gem "hash-joiner"
55

6-
gem "jekyll-get-json", "~> 1.0"
6+
group :jekyll_plugins do
7+
gem "jekyll-get-json", "~> 1.0"
8+
end

0 commit comments

Comments
Β (0)