This commit is contained in:
8
.github/workflows/发布wordpress文章.yml
vendored
8
.github/workflows/发布wordpress文章.yml
vendored
@@ -17,11 +17,9 @@ jobs:
|
||||
TZ: Asia/Shanghai
|
||||
run: date
|
||||
|
||||
#- name: 配置 apt 源为清华源并安装依赖
|
||||
# run: |
|
||||
# sudo sed -i 's@http://.*.ubuntu.com@https://mirrors.tuna.tsinghua.edu.cn@' /etc/apt/sources.list
|
||||
# sudo apt-get update -y
|
||||
# sudo apt-get install -y python3 python3-pip
|
||||
- name: 安装 Python 依赖
|
||||
run: |
|
||||
pip install markdown -i https://pypi.tuna.tsinghua.edu.cn/simple
|
||||
|
||||
- name: 📦 更新文章内容到wordpress
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user