Skip to content

Commit 4acd676

Browse files
committed
Bump and fix AppCast action
1 parent dada7f2 commit 4acd676

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/appcast.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
restore-keys: |
2323
${{ runner.os }}-gems-
2424
25-
- name: Setup Ruby, JRuby and TruffleRuby
26-
uses: ruby/setup-ruby@v1.165.1
27-
with:
28-
ruby-version: '2.7'
25+
# - name: Setup Ruby, JRuby and TruffleRuby
26+
# uses: ruby/setup-ruby@v1.165.1
27+
# with:
28+
# ruby-version: '3.0'
2929

3030
- name: Bundler 💎
3131
working-directory: AppCast
@@ -43,8 +43,8 @@ jobs:
4343
run: bundle exec jekyll build
4444

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

0 commit comments

Comments
 (0)