We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 588dd0f commit bd8849aCopy full SHA for bd8849a
.github/workflows/docs.yml
@@ -23,9 +23,15 @@ jobs:
23
with:
24
repository: swift-bitcoin/swift-bitcoin
25
- name: Install Swift
26
- uses: sersoft-gmbh/swifty-linux-action@v3
+ # uses: sersoft-gmbh/swifty-linux-action@v3
27
+ # with:
28
+ # release-version: 6.1.2
29
+ uses: vapor/swiftly-action@v0.2
30
- release-version: 6.1
31
+ toolchain: 6.1.2
32
+ # uses: swift-actions/setup-swift@v2
33
34
+ # swift-version: 6.1
35
- name: Build docs
36
run: tools/generate-docs.sh
37
env:
0 commit comments