Skip to content

Commit

Permalink
Update zola deploy action
Browse files Browse the repository at this point in the history
Maybe this fixes the RSS feed.
  • Loading branch information
phansch committed Nov 1, 2024
1 parent a260def commit 48762f5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
build_and_deploy:
runs-on: ubuntu-latest
steps:
- name: 'Checkout'
uses: actions/checkout@master
- name: 'Build and deploy'
uses: shalzz/zola-deploy-action@v0.17.2-1
- name: "Checkout"
uses: actions/checkout@v4
- name: "Build and deploy"
uses: shalzz/zola-deploy-action@v0.19.2
env:
PAGES_BRANCH: gh-pages
BUILD_DIR: .
Expand Down

0 comments on commit 48762f5

Please sign in to comment.