File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ name : Regenerate READMEs
2+ on :
3+ push :
4+ branches : [main]
5+ paths :
6+ - ' README.src.md'
7+ - ' .github/workflows/nrg.yml'
8+ pull_request :
9+ paths :
10+ - ' README.md'
11+ - ' README.de.md'
12+ - ' README.es.md'
13+ - ' README.fr.md'
14+ - ' README.hi.md'
15+ - ' README.ko.md'
16+ - ' README.pt_br.md'
17+ - ' README.zh_tw.md'
18+ - ' README.src.md'
19+ permissions :
20+ contents : write
21+ jobs :
22+ regenerate :
23+ if : github.event_name == 'push'
24+ runs-on : ubuntu-latest
25+ steps :
26+ - uses : actions/checkout@v4
27+ with :
28+ token : ${{ secrets.GITHUB_TOKEN }}
29+ - uses : nanolaba/nrg-action@v1
30+ with :
31+ file : README.src.md
32+ nrg-version : ' 1.1'
33+ - name : Commit regenerated READMEs
34+ run : |
35+ if [ -n "$(git status --porcelain README.md README.de.md README.es.md README.fr.md README.hi.md README.ko.md README.pt_br.md README.zh_tw.md)" ]; then
36+ git config user.name "github-actions[bot]"
37+ git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
38+ git add README.md README.de.md README.es.md README.fr.md README.hi.md README.ko.md README.pt_br.md README.zh_tw.md
39+ git commit -m "docs: regenerate READMEs from README.src.md"
40+ git push
41+ fi
42+ drift-check :
43+ if : github.event_name == 'pull_request'
44+ runs-on : ubuntu-latest
45+ steps :
46+ - uses : actions/checkout@v4
47+ - uses : nanolaba/nrg-action@v1
48+ with :
49+ file : README.src.md
50+ mode : check
51+ nrg-version : ' 1.1'
Original file line number Diff line number Diff line change 1+ <!-- This file was automatically generated by Nanolaba Readme Generator (NRG) 1.1 -->
2+ <!-- Visit https://github.com/nanolaba/readme-generator for details -->
13# Ultimativer Python-Lernführer
24
35[ ![ GitHub Actions Workflow Status] ( https://img.shields.io/github/actions/workflow/status/huangsam/ultimate-python/ci.yml )] ( https://github.com/huangsam/ultimate-python/actions )
Original file line number Diff line number Diff line change 1+ <!-- This file was automatically generated by Nanolaba Readme Generator (NRG) 1.1 -->
2+ <!-- Visit https://github.com/nanolaba/readme-generator for details -->
13# Guía de estudio "Python Definitivo"
24
35[ ![ GitHub Actions Workflow Status] ( https://img.shields.io/github/actions/workflow/status/huangsam/ultimate-python/ci.yml )] ( https://github.com/huangsam/ultimate-python/actions )
Original file line number Diff line number Diff line change 1+ <!-- This file was automatically generated by Nanolaba Readme Generator (NRG) 1.1 -->
2+ <!-- Visit https://github.com/nanolaba/readme-generator for details -->
13# Guide d’étude Python ultime
24
35[ ![ GitHub Actions Workflow Status] ( https://img.shields.io/github/actions/workflow/status/huangsam/ultimate-python/ci.yml )] ( https://github.com/huangsam/ultimate-python/actions )
Original file line number Diff line number Diff line change 1+ <!-- This file was automatically generated by Nanolaba Readme Generator (NRG) 1.1 -->
2+ <!-- Visit https://github.com/nanolaba/readme-generator for details -->
13# अल्टीमेट Python अध्ययन गाइड
24
35[ ![ GitHub Actions Workflow Status] ( https://img.shields.io/github/actions/workflow/status/huangsam/ultimate-python/ci.yml )] ( https://github.com/huangsam/ultimate-python/actions )
Original file line number Diff line number Diff line change 1+ <!-- This file was automatically generated by Nanolaba Readme Generator (NRG) 1.1 -->
2+ <!-- Visit https://github.com/nanolaba/readme-generator for details -->
13# Ultimate Python 학습 가이드
24
35[ ![ GitHub Actions Workflow Status] ( https://img.shields.io/github/actions/workflow/status/huangsam/ultimate-python/ci.yml )] ( https://github.com/huangsam/ultimate-python/actions )
Original file line number Diff line number Diff line change 1+ <!-- This file was automatically generated by Nanolaba Readme Generator (NRG) 1.1 -->
2+ <!-- Visit https://github.com/nanolaba/readme-generator for details -->
13# Ultimate Python study guide
24
35[ ![ GitHub Actions Workflow Status] ( https://img.shields.io/github/actions/workflow/status/huangsam/ultimate-python/ci.yml )] ( https://github.com/huangsam/ultimate-python/actions )
Original file line number Diff line number Diff line change 1+ <!-- This file was automatically generated by Nanolaba Readme Generator (NRG) 1.1 -->
2+ <!-- Visit https://github.com/nanolaba/readme-generator for details -->
13# Ultimate Python - O seu guia de estudos de Python definitivo
24
35[ ![ GitHub Actions Workflow Status] ( https://img.shields.io/github/actions/workflow/status/huangsam/ultimate-python/ci.yml )] ( https://github.com/huangsam/ultimate-python/actions )
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 1+ <!-- This file was automatically generated by Nanolaba Readme Generator (NRG) 1.1 -->
2+ <!-- Visit https://github.com/nanolaba/readme-generator for details -->
13# Ultimate Python 學習大綱
24
35[ ![ GitHub Actions Workflow Status] ( https://img.shields.io/github/actions/workflow/status/huangsam/ultimate-python/ci.yml )] ( https://github.com/huangsam/ultimate-python/actions )
You can’t perform that action at this time.
0 commit comments