Skip to content

Commit 45a4ffb

Browse files
authored
Gh pages config (#9)
* add docs * add workflow * add yml content * badge
1 parent 8b99a44 commit 45a4ffb

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.github/workflows/jazzy.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: PublishDocumentation
2+
3+
on:
4+
release:
5+
types: [published]
6+
7+
jobs:
8+
deploy_docs:
9+
runs-on: macos-latest
10+
steps:
11+
- uses: actions/checkout@v1
12+
- name: Publish Jazzy Docs
13+
uses: steven0351/publish-jazzy-docs@v1
14+
with:
15+
personal_access_token: ${{ secrets.JAZZY_KEY }}

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# HTTPEngine
2+
![Swift](https://github.com/JZDesign/HTTPEngine/workflows/Swift/badge.svg)
23

34
A description of this package.

0 commit comments

Comments
 (0)