Skip to content

Commit

Permalink
Updating workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
opipari committed Dec 13, 2024
1 parent fb092b4 commit ee66d61
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ 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
with:
Expand All @@ -45,14 +45,14 @@ jobs:
cache-version: 0 # Increment this number if you need to re-download cached gems
- name: Setup Pages
id: pages
uses: actions/configure-pages@v3
uses: actions/configure-pages@v4
- name: Build with Jekyll
# Outputs to the './_site' directory by default
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
env:
JEKYLL_ENV: production
- name: Checkout W23
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: w23
clean: false
Expand All @@ -62,7 +62,7 @@ jobs:
env:
JEKYLL_ENV: production
- name: Checkout W24
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: w24
clean: false
Expand All @@ -72,7 +72,7 @@ jobs:
env:
JEKYLL_ENV: production
- name: Checkout W25
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: w25
clean: false
Expand All @@ -83,7 +83,7 @@ jobs:
JEKYLL_ENV: production
- name: Upload artifact
# Automatically uploads an artifact from the './_site' directory by default
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v4

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

0 comments on commit ee66d61

Please sign in to comment.