Skip to content

随身 wifi 骁龙 410 的 uz801 刷入 debian 笔记 #62

随身 wifi 骁龙 410 的 uz801 刷入 debian 笔记

随身 wifi 骁龙 410 的 uz801 刷入 debian 笔记 #62

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: '*'