From 47bf314f8fb9c12e4c888b8d4877f4f5f21f91d3 Mon Sep 17 00:00:00 2001 From: Ganpat kakar Date: Tue, 12 Dec 2023 10:42:24 -0800 Subject: [PATCH] change working directory --- .github/workflows/github-pages.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml index be5f2b4..094d995 100644 --- a/.github/workflows/github-pages.yml +++ b/.github/workflows/github-pages.yml @@ -1,11 +1,11 @@ name: Build and Deploy on: push -defaults: - run: - working-directory: website jobs: build-and-deploy: runs-on: ubuntu-latest + defaults: + run: + working-directory: ./website steps: - name: Checkout uses: actions/checkout@v3