Skip to content

Commit 8ac1450

Browse files
authored
Merge pull request #248 from nut-tree/feature/244/apidoc_repo
Feature/244/apidoc repo
2 parents 862b12e + f34ddc9 commit 8ac1450

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+9
-18006
lines changed

Diff for: .github/workflows/tagged_release.yaml

+8
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,14 @@ jobs:
4040
uses: GabrielBB/xvfb-action@v1
4141
with:
4242
run: npm --prefix e2e/electron-test cit
43+
- name: Run typedoc
44+
run: npm run typedoc
45+
- name: Publish typedocs to GitHub Pages
46+
uses: peaceiris/[email protected]
47+
with:
48+
deploy_key: ${{ secrets.API_DOC_DEPLOY_KEY }}
49+
external_repository: nut-tree/apidoc
50+
publish_dir: ./docs
4351

4452
deploy:
4553
needs:

Diff for: .gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -139,3 +139,4 @@ fabric.properties
139139
/asdf_bar.jpg
140140
/foo_asdf.jpg
141141
/.scratch/
142+
docs

0 commit comments

Comments
 (0)