diff --git a/.github/workflows/deployment.yaml b/.github/workflows/deployment.yaml index 38fd5f5..bc44a4a 100644 --- a/.github/workflows/deployment.yaml +++ b/.github/workflows/deployment.yaml @@ -1,3 +1,4 @@ +# filepath: /Users/greg/Documents/repositories/gregh.dev/.github/workflows/deployment.yaml name: Deploy to Cloudflare Pages on: @@ -17,5 +18,6 @@ jobs: uses: cloudflare/pages-action@v1 with: apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }} + accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }} projectName: gregh directory: . \ No newline at end of file