diff --git a/.github/workflows/pages-deployment.yml b/.github/workflows/pages-deployment.yml deleted file mode 100644 index fd0ec90aa..000000000 --- a/.github/workflows/pages-deployment.yml +++ /dev/null @@ -1,36 +0,0 @@ ---- -name: Deploy Cloudflare Pages - -on: - push: - branches: [main] - workflow_dispatch: {} - -permissions: {} - -concurrency: - group: ${{ github.workflow }}-${{ github.ref }} - cancel-in-progress: false - -jobs: - deploy: - name: Deploying - timeout-minutes: 30 - runs-on: ubuntu-latest - if: github.ref == 'refs/heads/main' - permissions: - contents: read - deployments: write - steps: - - name: "⤵️ Check out code from GitHub" - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - with: - fetch-depth: 0 - - name: "🚀 Publish" - uses: cloudflare/pages-action@f0a1cd58cd66095dee69bfa18fa5efd1dde93bca # v1.5.0 - with: - projectName: "zsh" - directory: "profile" - apiToken: ${{ secrets.CF_PAGES_API_TOKEN }} - accountId: ${{ secrets.CF_ACCOUNT_ID }} - gitHubToken: ${{ secrets.GITHUB_TOKEN }}