We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dada7f2 commit 4acd676Copy full SHA for 4acd676
1 file changed
.github/workflows/appcast.yml
@@ -22,10 +22,10 @@ jobs:
22
restore-keys: |
23
${{ runner.os }}-gems-
24
25
- - name: Setup Ruby, JRuby and TruffleRuby
26
- uses: ruby/setup-ruby@v1.165.1
27
- with:
28
- ruby-version: '2.7'
+ # - name: Setup Ruby, JRuby and TruffleRuby
+ # uses: ruby/setup-ruby@v1.165.1
+ # with:
+ # ruby-version: '3.0'
29
30
- name: Bundler 💎
31
working-directory: AppCast
@@ -43,8 +43,8 @@ jobs:
43
run: bundle exec jekyll build
44
45
- name: Publish 🚀
46
- uses: JamesIves/github-pages-deploy-action@releases/v3
+ uses: JamesIves/github-pages-deploy-action@releases/v4
47
with:
48
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
49
- BRANCH: gh-pages
50
- FOLDER: AppCast/_site
+ token: ${{ secrets.GITHUB_TOKEN }}
+ branch: gh-pages
+ folder: AppCast/_site
0 commit comments