From 74986982a098565ca96c06c2152484e3ac3afc39 Mon Sep 17 00:00:00 2001 From: Blake Blackshear Date: Sun, 26 Sep 2021 16:43:26 -0500 Subject: [PATCH] update docs url --- .github/workflows/push.yml | 28 ---------------------------- README.md | 2 +- 2 files changed, 1 insertion(+), 29 deletions(-) delete mode 100644 .github/workflows/push.yml 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