Skip to content

chore(deps): bump shalzz/zola-deploy-action from 0.22.1 to 0.23.2 #261

chore(deps): bump shalzz/zola-deploy-action from 0.22.1 to 0.23.2

chore(deps): bump shalzz/zola-deploy-action from 0.22.1 to 0.23.2 #261

Workflow file for this run

name: Test deploy
on:
workflow_dispatch:
pull_request:
branches:
- main
# 如果你想要进一步定义触发条件、路径等,可以查看文档
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#on
jobs:
test:
name: Test Site Build
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v7
with:
submodules: true
- name: Zola Build
uses: shalzz/zola-deploy-action@v0.23.2
env:
BUILD_ONLY: true