Skip to content

Commit

Permalink
chore: update workflows config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jan 1, 2021
1 parent 3789561 commit f1b1fa6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: GitHub Actions Build SGO
name: Build & Deploy
on:
push:
branches:
Expand All @@ -18,3 +18,9 @@ jobs:
- run: npm run build
- run: npm install [email protected]
- run: ./node_modules/.bin/typedoc src/server.ts --name sgo

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
publish_dir: ./docs

0 comments on commit f1b1fa6

Please sign in to comment.