From bc11b363c4d5569ab8f15f25b9e5e178298c089e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Gonz=C3=A1lez=20V=C3=A1zquez?= Date: Sun, 22 Oct 2023 18:21:55 -0600 Subject: [PATCH] Added github url --- .gitea/workflows/deploy.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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