Skip to content

Commit

Permalink
Merge pull request #39 from flynneva/update-docz-action
Browse files Browse the repository at this point in the history
use gh pages deploy action
  • Loading branch information
flynneva authored Apr 29, 2021
2 parents 90b1915 + 72c37a8 commit 5386f48
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/docz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ jobs:
git remote add gh-origin https://${GITHUB_ACTOR}:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Install Dependencies
run: npm install
- name: Publish Docz
run: npm run deploy
- name: Install & Build the Docz
run: npm run predeploy
- name: Deploy Docz
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: docs

0 comments on commit 5386f48

Please sign in to comment.