1 Star 0 Fork 0

CHelloWorld / OOP-IEC61131-3--Curso-Youtube

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build-docs.yml 702 Bytes
一键复制 编辑 原始数据 按行查看 历史
CHelloWorld 提交于 2024-04-29 13:54 . 首次提交
name: Build Docs
on:
push:
branches:
- master
jobs:
build-and-deploy:
concurrency: ci-${{ github.ref }}
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
- name: Setup Python 🐍
uses: actions/setup-python@v2
with:
python-version: 3.x
- name: Install 📦️
run: pip install mkdocs-material
- name: pdf 📦️
run: pip install mkdocs-with-pdf
- name: Build 🔧
run: bash ./scripts/build-docs.sh
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4.3.0
with:
branch: gh-pages
folder: generated
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
其他
1
https://gitee.com/xiaojiangsheng/OOP-IEC61131-3--Curso-Youtube.git
git@gitee.com:xiaojiangsheng/OOP-IEC61131-3--Curso-Youtube.git
xiaojiangsheng
OOP-IEC61131-3--Curso-Youtube
OOP-IEC61131-3--Curso-Youtube
master

搜索帮助