Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
- attempt to fix this thing somehow missing my pachages god damn it
  • Loading branch information
Zly-u authored Feb 11, 2024
1 parent babc79f commit 54818a2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,25 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 0

- name: Configure git
run: |-
git config user.name 'ReaTeam Bot'
git config user.email '[email protected]'
- name: Install Pandoc
run: sudo apt-get install -yy pandoc

- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2

- name: Install reapack-index
run: gem install reapack-index

- name: Update index.xml
run: reapack-index --commit
run: reapack-index --rebuild --commit

- name: Push changes
run: git push

0 comments on commit 54818a2

Please sign in to comment.