chore(deps): bump shalzz/zola-deploy-action from 0.22.1 to 0.23.2 #261
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |