Skip to content

Commit

Permalink
bump some versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Khemarato Bhikkhu committed Jan 29, 2024
1 parent 4741138 commit b150d25
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
BUILD_DIR: /home/runner/work/buddhist-uni.github.io/jekyll_build
steps:
- name: Checkout the Code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Check Filenames and Headers
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
exit $exit_code
fi
- name: Install node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18.16
cache: 'npm'
Expand All @@ -88,7 +88,7 @@ jobs:
npx purgecss -v --content "$BUILD_DIR/**/*.html" "$BUILD_DIR/assets/js/*.js" --css $BUILD_DIR/assets/css/main.css -o $BUILD_DIR/assets/css/purged-main.css
test -s $BUILD_DIR/assets/css/purged-main.css
- name: Upload Build as Artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
path: ${{ env.BUILD_DIR }}
retention-days: 62
Expand All @@ -104,7 +104,7 @@ jobs:
steps:
- name: Deploy the Artifact to GitHub Pages
id: deployment
uses: actions/deploy-pages@v3
uses: actions/deploy-pages@v4
- name: Invalidate the CloudFlare Cache
shell: bash
run: |
Expand Down

0 comments on commit b150d25

Please sign in to comment.