diff --git a/template/.github/workflows/docs.yaml b/template/.github/workflows/docs.yaml index 03b4f9c..60cca39 100644 --- a/template/.github/workflows/docs.yaml +++ b/template/.github/workflows/docs.yaml @@ -24,7 +24,7 @@ jobs: fetch-depth: 0 - id: config name: Configure GitHub Pages - uses: actions/configure-pages@v5 + uses: actions/configure-pages@v6 - name: Set Environment Variables run: echo 'SITE_URL=${{ steps.config.outputs.base_url }}' >> "$GITHUB_ENV" - name: Setup uv