Skip to content

Commit

Permalink
Bump and fix AppCast action
Browse files Browse the repository at this point in the history
  • Loading branch information
MattKiazyk committed Jan 19, 2024
1 parent dada7f2 commit 4acd676
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/appcast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
restore-keys: |
${{ runner.os }}-gems-
- name: Setup Ruby, JRuby and TruffleRuby
uses: ruby/[email protected]
with:
ruby-version: '2.7'
# - name: Setup Ruby, JRuby and TruffleRuby
# uses: ruby/[email protected]
# with:
# ruby-version: '3.0'

- name: Bundler 💎
working-directory: AppCast
Expand All @@ -43,8 +43,8 @@ jobs:
run: bundle exec jekyll build

- name: Publish 🚀
uses: JamesIves/github-pages-deploy-action@releases/v3
uses: JamesIves/github-pages-deploy-action@releases/v4
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: AppCast/_site
token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages
folder: AppCast/_site

0 comments on commit 4acd676

Please sign in to comment.