Skip to content

删除md编辑器

删除md编辑器 #1

Workflow file for this run

name: Update HTML
on:
push:
branches:
- master
jobs:
update-html:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt # 如果有依赖的话