Skip to content

Commit

Permalink
Use a different typedoc plugin for pages
Browse files Browse the repository at this point in the history
Update GitHub Actions to deploy documentation only on releases
Disable an incomplete test case
  • Loading branch information
FlorianCassayre committed Jun 21, 2022
1 parent b4f5f74 commit 7c040fc
Show file tree
Hide file tree
Showing 9 changed files with 1,713 additions and 1,959 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,3 @@ jobs:
- run: npm run build
- run: npm test
- run: npm run docs
- name: Deploy documentation
uses: burnett01/[email protected]
with:
switches: -avzr --delete
path: docs/
remote_path: documentation/read-gedcom
remote_host: docs.arbre.app
remote_user: github
remote_key: ${{ secrets.DEPLOY_KEY }}
10 changes: 10 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,16 @@ jobs:
- run: npm ci && npm run patch
- run: npm run build
- run: npm test
- run: npm run docs
- name: Deploy documentation
uses: burnett01/[email protected]
with:
switches: -avzr --delete
path: docs/
remote_path: documentation/read-gedcom
remote_host: docs.arbre.app
remote_user: github
remote_key: ${{ secrets.DEPLOY_KEY }}

publish-npm:
needs: build
Expand Down
Loading

0 comments on commit 7c040fc

Please sign in to comment.