Update build.yml

This commit is contained in:
狮子耗耗 2024-11-23 10:49:10 +08:00
parent 5120c47fcb
commit 1cdb9bc246

View File

@ -1,14 +1,11 @@
name: deploying-doc
run-name: Deploying doc — ${{ github.run_id }}
on:
pull_request:
branches: main
types:
- closed
schedule:
- cron: 30 04 * * 1,4
jobs:
if_merged:
if: github.event.pull_request.merged == true
build:
runs-on: ubuntu-latest
steps:
- name: 🚚 Checkout