Skip to content

Commit

Permalink
hard code node20 into page-deploy.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
dzauski585 committed Oct 20, 2024
1 parent ae41b8e commit 14ca8b3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pages-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ jobs:
ruby-version: 3
bundler-cache: true

- name: Use Node.js 20
uses: actions/setup-node@v3
with:
node-version: 20

- name: Build site
run: bundle exec jekyll b -d "_site${{ steps.pages.outputs.base_path }}"
env:
Expand Down
4 changes: 2 additions & 2 deletions _posts/2023-11-15-cardiac_anesthesia.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ author: dz
date: 2024-10-20
categories: [Anesthesia, Cardiac]
tags: [anesthesia, cardiac anesthesia, cardiac surgery ] # TAG names should always be lowercase
pdf_file: "/assets/pdf/cardiac surgery blocks.pdf"
pdf_file: "/assets/pdf/cardiac_surgery_blocks.pdf"
---

## Resources
Expand Down Expand Up @@ -226,4 +226,4 @@ Large dose in a relatively short time frame. Consider using calcium and/or vaso

See the PDF regarding the blocks as it covers all of the blocks that we do!

{% pdf {{ page.pdf_file }} %}
{% pdf {{ page.pdf_file }} %}
File renamed without changes.

0 comments on commit 14ca8b3

Please sign in to comment.