Skip to content

Commit

Permalink
Fix/ruby version (#570)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbifulco authored Feb 5, 2025
1 parent a7aa4fb commit a4fa770
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,9 @@ jobs:
env:
JEKYLL_ENV: production
- name: Upload artifact
# Automatically uploads an artifact from the './_site' directory by default
uses: actions/upload-pages-artifact@v3
with:
path: '_site' # Path to built site directory

# Deployment job
deploy:
Expand All @@ -61,4 +62,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v4

0 comments on commit a4fa770

Please sign in to comment.