diff options
Diffstat (limited to 'projects/website/.github/workflows')
| -rw-r--r-- | projects/website/.github/workflows/deploy.yaml | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/projects/website/.github/workflows/deploy.yaml b/projects/website/.github/workflows/deploy.yaml deleted file mode 100644 index e048fa3..0000000 --- a/projects/website/.github/workflows/deploy.yaml +++ /dev/null @@ -1,23 +0,0 @@ -on: - push: - branches: - - main - workflow_dispatch: - -jobs: - publish: - runs-on: ubuntu-latest - permissions: - contents: read - name: Publish to Cloudflare Pages - steps: - - name: Checkout - uses: actions/checkout@v3 - - - name: Publish to Cloudflare Pages - uses: cloudflare/pages-action@v1 - with: - apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }} - accountId: 424d9dabd39849818d9e22366a20e4d6 - projectName: www-unnamed-group - directory: source |
