From 6c3ce958898cf7916f96c8c816e46473e6b1fff4 Mon Sep 17 00:00:00 2001 From: Kaister300 <109926616+Kaister300@users.noreply.github.com> Date: Mon, 5 Feb 2024 22:49:26 +1100 Subject: [PATCH] Update deploy-page.yaml - Workflow should now work after specifying project name and static file location --- .github/workflows/deploy-page.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy-page.yaml b/.github/workflows/deploy-page.yaml index 3782c16..cee006b 100644 --- a/.github/workflows/deploy-page.yaml +++ b/.github/workflows/deploy-page.yaml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install Node.js uses: actions/setup-node@v4 @@ -20,7 +20,7 @@ jobs: cache: "npm" - name: Install Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: "3.11" cache: "pip" @@ -46,5 +46,4 @@ jobs: with: apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }} accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }} - workingDirectory: "project/output" - command: pages deploy --project-name=${{inputs.environment}} \ No newline at end of file + command: pages deploy --project-name=btd6paragoncalculator --env ${{inputs.environment}} project/output \ No newline at end of file