diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml deleted file mode 100644 index 9a340c4fb..000000000 --- a/.github/workflows/push.yml +++ /dev/null @@ -1,28 +0,0 @@ -name: On push - -on: - push: - branches: - - master - - release-0.8.0 - -jobs: - deploy-docs: - name: Deploy docs - runs-on: ubuntu-latest - defaults: - run: - working-directory: ./docs - steps: - - uses: actions/checkout@master - - uses: actions/setup-node@master - with: - node-version: 12.x - - run: npm install - - name: Build docs - run: npm run build - - name: Deploy documentation - uses: peaceiris/actions-gh-pages@v3 - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./docs/build diff --git a/README.md b/README.md index 94f80db2d..009e945cb 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Use of a [Google Coral Accelerator](https://coral.ai/products/) is optional, but ## Documentation -View the documentation at https://blakeblackshear.github.io/frigate +View the documentation at https://docs.frigate.video ## Donations