diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml deleted file mode 100644 index 7b2063c..0000000 --- a/.github/workflows/deploy.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: Deploy -on: - push: - branches: - - 'main' - -concurrency: - group: deploy-${{ github.head_ref }} - cancel-in-progress: true - -jobs: - docs: - name: Docs - runs-on: ubuntu-latest - env: - CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }} - CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }} - steps: - - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4 - - uses: jdx/mise-action@v2 - with: - experimental: true - - run: pnpm install - - run: mise run docs:deploy \ No newline at end of file