From 18333963df5e24ecae65ba403bf18b4f0e988dbc Mon Sep 17 00:00:00 2001 From: Adrian Victor Date: Sun, 19 Apr 2026 12:05:49 -0300 Subject: [PATCH] Update action to Node 24 and fix wrong publish_dir --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bc8b5b3..755aac5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: - node-version: [20.x] + node-version: [24.x] steps: - uses: actions/checkout@v4 @@ -33,5 +33,5 @@ jobs: - name: Deploy uses: peaceiris/actions-gh-pages@v4 with: - publish_dir: ./_site + publish_dir: ./docs github_token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file