Skip to content

2025年 1月21日 星期二 11时05分36秒 CST #23

2025年 1月21日 星期二 11时05分36秒 CST

2025年 1月21日 星期二 11时05分36秒 CST #23

Workflow file for this run

name: static
on:
pull_request:
branches:
- main
- master
push:
branches:
- main
- master
jobs:
build:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master'
steps:
- name: checkout
uses: actions/checkout@v4
- name: build_and_deploy
uses: shalzz/[email protected]
env:
PAGES_BRANCH: gh-pages
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
OUT_DIR: docs