From fa587886d182ab987546694baecc745e58c9f764 Mon Sep 17 00:00:00 2001 From: Joey Hafner Date: Thu, 18 Jul 2024 21:07:58 -0700 Subject: [PATCH] Remove path from configure-pages action Configure pages is meant to configure the repository to enable Pages --- .github/workflows/Jafner.dev_hugo.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/Jafner.dev_hugo.yaml b/.github/workflows/Jafner.dev_hugo.yaml index d571eda2..c3b262d2 100644 --- a/.github/workflows/Jafner.dev_hugo.yaml +++ b/.github/workflows/Jafner.dev_hugo.yaml @@ -43,8 +43,6 @@ jobs: - name: Setup Pages id: pages uses: actions/configure-pages@v4 - with: - path: 'sites/Jafner.dev' - name: Install Node.js dependencies run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true" - name: Build with Hugo