File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 push :
55 branches : [ master, main ]
66
7- # Required to allow GitHub Actions to commit the file back to your repo
87permissions :
98 contents : write
109
1514 - name : Checkout repository
1615 uses : actions/checkout@v4
1716
17+ - name : Install system dependencies (Pandoc)
18+ run : sudo apt-get update && sudo apt-get install -y pandoc
19+
1820 - name : Setup Ruby
1921 uses : ruby/setup-ruby@v1
2022 with :
2426 run : gem install reapack-index
2527
2628 - name : Run reapack-index
27- run : reapack-index --name "ZSReaScripts"
29+ run : reapack-index --name "ZSReaScripts" --no-commit --no-warnings
2830
29- - name : Commit index.xml
31+ # 3. Automatically push the generated index.xml to your repo
32+ - name : Push generated index
3033 uses : stefanzweifel/git-auto-commit-action@v5
3134 with :
3235 commit_message : " Auto-generate ReaPack index.xml"
You can’t perform that action at this time.
0 commit comments