Skip to content

Commit

Permalink
chore(ci): Update action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
devsjc committed May 10, 2024
1 parent a46ed44 commit 8d609fb
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,19 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install zola
uses: taiki-e/install-action@zola
- name: Install pngquant
run: sudo apt install pngquant
- name: Optimize images
run: pngquant -f --ext .png 256 **/*.png
- name: Generate site content
run: zola build
- name: Setup Pages
uses: actions/configure-pages@v3
uses: actions/configure-pages@v4
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
path: 'public'

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

0 comments on commit 8d609fb

Please sign in to comment.