File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 7
7
runs-on : macos-latest
8
8
steps :
9
9
- uses : actions/checkout@v2
10
- - uses : sersoft-gmbh/swifty-docs-action @v1
10
+ - uses : steven0351/publish-jazzy-docs @v1
11
11
with :
12
- module-version : ${{ github.event.inputs.version }}
12
+ personal_access_token : ${{ secrets.PAT }}
13
+ config : .github/jazzy.yml
14
+ version : ${{ github.event.release.tag_name }}
15
+ history : false
13
16
14
17
pods :
15
18
runs-on : macos-latest
18
21
- run : pod trunk push --allow-warnings
19
22
env :
20
23
COCOAPODS_TRUNK_TOKEN : ${{ secrets.COCOAPODS_TRUNK_TOKEN }}
21
- VERSION : ${{ github.event.inputs.version }}
24
+ VERSION : ${{ github.event.release.tag_name }}
Original file line number Diff line number Diff line change 3
3
push :
4
4
branches :
5
5
- master
6
+ paths :
7
+ - Sources/**
8
+ - Tests/**
6
9
jobs :
7
10
macOS :
8
11
runs-on : macos-latest
You can’t perform that action at this time.
0 commit comments