Skip to content

Commit

Permalink
update git github action zola-deploy-to-pages to 0.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
livexia committed Dec 25, 2024
1 parent eb381bd commit 02105e5
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
name: Zola on GitHub Pages

on:
push:
branches:
- main
on:
push:
branches:
- main

jobs:
build:
name: Publish site
runs-on: ubuntu-latest
steps:
- name: Checkout main
uses: actions/checkout@v4
- name: Build and deploy
uses: shalzz/zola-deploy-action@v0.18.0
env:
GITHUB_TOKEN: ${{ secrets.TOKEN }}
- name: Checkout main
uses: actions/checkout@v4
- name: Build and deploy
uses: shalzz/zola-deploy-action@v0.19.2
env:
GITHUB_TOKEN: ${{ secrets.TOKEN }}

0 comments on commit 02105e5

Please sign in to comment.