Skip to content

Commit 5814850

Browse files
authored
update CI/CD pipeline for website
1 parent 0a4098f commit 5814850

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/update-website.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626
- uses: actions/checkout@v3
2727

2828
- name: Setup Ruby
29-
uses: ruby/setup-ruby@v1.126.0
29+
uses: ruby/setup-ruby@v1.238.0
3030
with:
31-
ruby-version: '3.1.2'
31+
ruby-version: '3.4.3'
3232
bundler-cache: true
3333

3434
- name: Setup Node.js environment
@@ -48,7 +48,7 @@ jobs:
4848
cp -rf _site/api-docs/ docs/
4949
5050
- name: Commit generated website
51-
uses: EndBug/add-and-commit@v9.1.1
51+
uses: EndBug/add-and-commit@v9.1.4
5252
with:
5353
message: "Regenerate apiman.github.io"
5454
add: -A

0 commit comments

Comments
 (0)