Skip to content

Commit 1bd0249

Browse files
committed
Tweak doc build action.
1 parent 8d79f79 commit 1bd0249

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/generate-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
runs-on: ubuntu-latest
1010
name: Update gh-pages with docs
1111
steps:
12-
- name: Checkout this repo
12+
- name: Clone repository
1313
uses: actions/checkout@v2
1414
- name: Set up Ruby
15-
uses: actions/setup-ruby@v1
15+
uses: ruby/setup-ruby@v1
1616
with:
1717
ruby-version: "3.1"
1818
- name: Install required gem dependencies

0 commit comments

Comments
 (0)