diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 1a725b8..8324513 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -13,10 +13,9 @@ jobs: - name: Build run: npm install && npm run build - name: Publish - uses: cloudflare/pages-action@1 + uses: https://github.com/cloudflare/pages-action@1 with: apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }} accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }} projectName: 'rafa-page' # e.g. 'my-project' - directory: 'dist' # e.g. 'dist' - gitHubToken: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + directory: 'dist' # e.g. 'dist' \ No newline at end of file