diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 1a4db09..c3df3c5 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -39,7 +39,7 @@ jobs: printf '{"schemaVersion":1,"label":"coverage","message":"%s","color":"%s"}\n' "$pct" "$color" > site/coverage.json - name: Sync install script into site/ run: cp scripts/install.sh site/install.sh - - uses: actions/configure-pages@v5 + - uses: actions/configure-pages@v6 - uses: actions/upload-pages-artifact@v4 with: path: site