Skip to content

Commit

Permalink
temporarly disable typedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-marechal authored and marcdumais-work committed Sep 27, 2021
1 parent 03a7119 commit 956b93e
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,12 +118,14 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }} # The variable name comes from here: https://github.com/actions/setup-node/blob/70b9252472eee7495c93bb1588261539c3c2b98d/src/authutil.ts#L48

- name: Pre-docs-Publish
run: |
yarn docs
# TODO: RE-ENABLE TYPEDOCS!

- name: Publish GH Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./gh-pages
# - name: Pre-docs-Publish
# run: |
# yarn docs

# - name: Publish GH Pages
# uses: peaceiris/actions-gh-pages@v3
# with:
# github_token: ${{ secrets.GITHUB_TOKEN }}
# publish_dir: ./gh-pages

0 comments on commit 956b93e

Please sign in to comment.