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 8b99a44 commit 45a4ffbCopy full SHA for 45a4ffb
.github/workflows/jazzy.yml
@@ -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
@@ -1,3 +1,4 @@
# HTTPEngine
+
A description of this package.
0 commit comments