From 6b53b4cd7a25c7ac3890bc3bea1fb8946f3626ef Mon Sep 17 00:00:00 2001 From: Adrian Victor Date: Sat, 4 Jul 2026 15:42:38 -0300 Subject: [PATCH] Fix build workflow --- .github/workflows/build.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dabe2ee..b7d21c1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,20 +1,17 @@ name: Build Eleventy -with: - fetch-depth: 0 - on: push: paths-ignore: - - '/maintenance/**' - - '/README.md' + - 'maintenance/**' + - 'README.md' branches: - main workflow_dispatch: pull_request: paths-ignore: - - '/maintenance/**' - - '/README.md' + - 'maintenance/**' + - 'README.md' permissions: contents: write @@ -29,6 +26,8 @@ jobs: steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v4