Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove docusaurus and docs since it's not used #152

Merged
merged 1 commit into from
Nov 6, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 0 additions & 26 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,29 +77,3 @@ jobs:
if [ ${IS_BETA} = true ]; then export NPM_TAG="--tag beta"; fi
yarn
yarn publish ${NPM_TAG}

####### Deploy website
website:
name: Deploy website
runs-on: ubuntu-latest
timeout-minutes: 10
needs: [npm_publish]

steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 12.x
- name: Deploy website
env:
GH_EMAIL: ${{ secrets.GH_EMAIL }}
GH_NAME: ${{ secrets.GH_NAME }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GIT_USER: ${{ secrets.GH_NAME }}
run: |
git config --global user.name "${GH_NAME}"
git config --global user.email "${GH_EMAIL}"
echo "machine github.com login ${GH_NAME} password ${GH_TOKEN}" > ~/.netrc
cd website
yarn
yarn publish-gh-pages
42 changes: 0 additions & 42 deletions docs/introduction.md

This file was deleted.

198 changes: 0 additions & 198 deletions website/README.md

This file was deleted.

99 changes: 0 additions & 99 deletions website/core/Footer.js

This file was deleted.

25 changes: 0 additions & 25 deletions website/i18n/en.json

This file was deleted.

Loading