diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 73aa392..940e4fb 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -35,7 +35,7 @@ jobs: # Reads the live Pages config and exposes the correct origin + base_path # for the current URL (root subdomain while private, /sqlite-predict once # public). We feed those into the Astro build so one build serves either. - - uses: actions/configure-pages@v5 + - uses: actions/configure-pages@v6 id: pages - uses: actions/setup-node@v7 with: