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.