From 54818a2b0c2bfcb89be30c2c4003e52a11c19d98 Mon Sep 17 00:00:00 2001 From: Zly Date: Sun, 11 Feb 2024 23:32:25 +0300 Subject: [PATCH] Update deploy.yml - attempt to fix this thing somehow missing my pachages god damn it --- .github/workflows/deploy.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 09ec277..df7c666 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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 'reateam-bot@cfillion.ca' + - 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