Skip to content

Commit 04fd0a1

Browse files
committed
try using jekyll-build-pages
1 parent 3f435cd commit 04fd0a1

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,8 @@ jobs:
1717
- name: Checkout source
1818
uses: actions/checkout@v4
1919

20-
- name: Setup Ruby
21-
uses: ruby/setup-ruby@v1
22-
with:
23-
ruby-version: '3.1'
24-
25-
- name: Install dependencies
26-
run: bundle install
27-
28-
- name: Build site
29-
run: bundle exec jekyll build
20+
- name: Build
21+
uses: actions/jekyll-build-pages@v1
3022

3123
- name: Set up SSH
3224
uses: webfactory/[email protected]

0 commit comments

Comments
 (0)