Skip to content

Commit d79b559

Browse files
authored
Update reapack.yml
1 parent cd19d15 commit d79b559

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/reapack.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
branches: [ master, main ]
66

7-
# Required to allow GitHub Actions to commit the file back to your repo
87
permissions:
98
contents: write
109

@@ -15,6 +14,9 @@ jobs:
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:
@@ -24,9 +26,10 @@ jobs:
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"

0 commit comments

Comments
 (0)