mirror of
https://github.com/dragonlock2/dragonlock2.github.io.git
synced 2026-06-28 02:38:34 +00:00
update to jekyll v4
This commit is contained in:
@@ -32,11 +32,11 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
- name: Setup Ruby
|
||||
uses: ruby/setup-ruby@55283cc23133118229fd3f97f9336ee23a179fcf # v1.146.0
|
||||
uses: ruby/setup-ruby@v1
|
||||
with:
|
||||
ruby-version: '3.1' # Not needed with a .ruby-version file
|
||||
ruby-version: '3.3' # Not needed with a .ruby-version file
|
||||
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
|
||||
cache-version: 0 # Increment this number if you need to re-download cached gems
|
||||
- name: Setup Pages
|
||||
@@ -48,7 +48,7 @@ jobs:
|
||||
env:
|
||||
JEKYLL_ENV: production
|
||||
- name: Build resume
|
||||
uses: xu-cheng/latex-action@v2
|
||||
uses: xu-cheng/latex-action@v3
|
||||
with:
|
||||
root_file: assets/tex/resume.tex
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user