File tree 3 files changed +11
-13
lines changed 3 files changed +11
-13
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
set -e
3
3
4
- MODULE_VERSION =$1
5
- OUTPUT= $2
6
- SWIFT_VERSION=" 5.0 "
7
- AUTHOR=" Alexis Aubry"
8
- AUTHOR_URL=" https://twitter.com/_alexaubry "
4
+ OUTPUT =$1
5
+ MODULE_VERSION= " 6.0.0 "
6
+ SWIFT_VERSION=" 5.3 "
7
+ AUTHOR=" Alexis Aubry-Akers "
8
+ AUTHOR_URL=" https://alexisonline.dev "
9
9
MODULE_NAME=" HTMLString"
10
10
COPYRIGHT=" Copyright © 2016 - present $AUTHOR . Available under the MIT License."
11
11
GITHUB_URL=" https://github.com/alexaubry/HTMLString"
@@ -19,7 +19,8 @@ bundle exec jazzy \
19
19
--module-version " $MODULE_VERSION " \
20
20
--copyright " $COPYRIGHT " \
21
21
-g " $GITHUB_URL " \
22
- --github-file-prefix " $GITHUB_URL /tree/master" \
22
+ -d " dash-feed://$GH_PAGES_URL /$MODULE_NAME /docsets/$MODULE_NAME .xml"
23
+ --github-file-prefix " $GITHUB_URL /tree/main" \
23
24
-r " $GH_PAGES_URL " \
24
25
-o " $OUTPUT " \
25
26
--min-acl public \
Original file line number Diff line number Diff line change 13
13
steps :
14
14
- uses : actions/checkout@v2
15
15
- name : Build
16
- run : swift build -v
16
+ run : swift build
17
17
- name : Run tests
18
- run : swift test -v
18
+ run : swift test
Original file line number Diff line number Diff line change 1
1
<p align =" center " >
2
- <img src="https://github.com/alexaubry/HTMLString/raw/swift4 /.github/logo.png" alt="HTMLString" />
2
+ <img src="https://github.com/alexaubry/HTMLString/raw/main /.github/logo.png" alt="HTMLString" />
3
3
<a>
4
4
<img src="https://img.shields.io/badge/Swift-5.0-ee4f37.svg" alt="Swift 5.0" />
5
5
</a>
6
- <a href="https://travis-ci.org/alexaubry/HTMLString">
7
- <img src="https://travis-ci.org/alexaubry/HTMLString.svg?branch=swift4" alt="Build Status" />
8
- </a>
9
6
<a href="https://cocoapods.org/pods/HTMLString">
10
7
<img src="https://img.shields.io/cocoapods/v/HTMLString.svg" alt="CocoaPods" />
11
8
</a>
12
9
<a href="https://github.com/Carthage/Carthage">
13
10
<img src="https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat" alt="Carthage compatible" />
14
11
</a>
15
12
<a href="https://twitter.com/_alexaubry">
16
- <img src="https://github.com/alexaubry/HTMLString/raw/swift4 /.github/contact-badge.svg?sanitize=true" alt="Contact : @_alexaubry" />
13
+ <img src="https://github.com/alexaubry/HTMLString/raw/main /.github/contact-badge.svg?sanitize=true" alt="Contact : @_alexaubry" />
17
14
</a>
18
15
</p >
19
16
You can’t perform that action at this time.
0 commit comments