Skip to content

在Go语言中实现一个类似ltask的库 #53

在Go语言中实现一个类似ltask的库

在Go语言中实现一个类似ltask的库 #53

Workflow file for this run

name: publish static site
on:
issues:
types: [opened, edited, milestoned]
push:
jobs:
run:
name: Publish static site
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v2
- name: Generate static file
run: python to_p.py
- name: Commit changes
uses: EndBug/add-and-commit@v7
with:
author_name: hanxi
author_email: [email protected]
message: 'Publish'
add: '*'