-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use a different typedoc plugin for pages
Update GitHub Actions to deploy documentation only on releases Disable an incomplete test case
- Loading branch information
1 parent
b4f5f74
commit 7c040fc
Showing
9 changed files
with
1,713 additions
and
1,959 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
Oops, something went wrong.