From ca1ea8afc6e6e2e38735810568a81bb35df3b31b Mon Sep 17 00:00:00 2001 From: Chris Chinchilla Date: Thu, 15 Aug 2024 16:42:25 +0200 Subject: [PATCH] docs: remove github docs publish --- .github/workflows/docpublish.yml | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 .github/workflows/docpublish.yml diff --git a/.github/workflows/docpublish.yml b/.github/workflows/docpublish.yml deleted file mode 100644 index c9c5a8e54..000000000 --- a/.github/workflows/docpublish.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: Build and Deploy API docs - -on: - release: - types: [published] - workflow_dispatch: - -jobs: - build-and-deploy: - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v4 - - - name: Install and Build - run: | - yarn install - yarn build:docs - - - name: Deploy - uses: JamesIves/github-pages-deploy-action@v4 - with: - branch: gh-pages # The branch the action should deploy to. - folder: docs/api # The folder the action should deploy to.