Skip to content

Commit

Permalink
Update deploy-pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
blakadder authored Nov 26, 2023
1 parent a353c2b commit bc23674
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Cache Jekyll Build
uses: actions/cache@v3
with:
path: ./_site
key: ${{ runner.os }}-jekyll
- name: Install jekyll_image_processing dependencies
run: sudo apt-get install libvips42 libpoppler-glib8 libvips-tools --fix-missing
run: sudo apt-get install libvips-tools
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
Expand All @@ -42,15 +42,15 @@ jobs:
cache-version: 0 # Increment this number if you need to re-download cached gems
- name: Setup Pages
id: pages
uses: actions/configure-pages@v2
uses: actions/configure-pages@v3
- 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: Upload artifact
# Automatically uploads an artifact from the './_site' directory by default
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v2

# Deployment job
deploy:
Expand Down

0 comments on commit bc23674

Please # to comment.