update to jekyll v4

This commit is contained in:
Matthew Tran
2024-02-02 21:09:26 -08:00
parent 6633f727ce
commit cdfe64e9b8
6 changed files with 79 additions and 215 deletions
+4 -4
View File
@@ -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: