We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6ca22d commit 5c37e2aCopy full SHA for 5c37e2a
1 file changed
.github/workflows/docs.yml
@@ -9,6 +9,7 @@ on:
9
types: [published]
10
repository_dispatch:
11
types: [docs]
12
+ workflow_dispatch:
13
14
jobs:
15
documentation:
@@ -30,8 +31,10 @@ jobs:
30
31
uses: ruby/setup-ruby@v1
32
with:
33
ruby-version: .ruby-version
- - name: Setup faraday-net_http
34
- run: gem install faraday-net_http -v 3.0.2
+ - name: Setup faraday
35
+ run: |
36
+ gem install faraday -v 2.8.1
37
+ gem install faraday-net_http -v 3.0.2
38
- name: Setup github-changelog-generator
39
run: gem install github_changelog_generator -v 1.15.0
40
- name: Setup yq
0 commit comments