Skip to content
This repository was archived by the owner on Apr 20, 2024. It is now read-only.

Commit db7274a

Browse files
committed
Add a GitHub Action for automated docs generation
1 parent ccd62cc commit db7274a

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/release.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
on: release
2+
name: Auto docs
3+
jobs:
4+
jazzyDocs:
5+
name: Jazzy docs
6+
runs-on: ubuntu-18.04
7+
steps:
8+
- uses: actions/checkout@master
9+
- name: Generate docs
10+
uses: nodes-vapor/github-actions/actions/jazzy-docs@develop
11+
with:
12+
target: AdminPanel
13+
commit_msg: Update Jazzy docs
14+
env:
15+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
16+
SOURCEKITTEN_REVISION: 0.24.0
17+
JAZZY_VERSION: 0.10.0

0 commit comments

Comments
 (0)