We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 193112d commit 92f8871Copy full SHA for 92f8871
1 file changed
template/.github/workflows/docs.yaml
@@ -24,7 +24,7 @@ jobs:
24
fetch-depth: 0
25
- id: config
26
name: Configure GitHub Pages
27
- uses: actions/configure-pages@v5
+ uses: actions/configure-pages@v6
28
- name: Set Environment Variables
29
run: echo 'SITE_URL=${{ steps.config.outputs.base_url }}' >> "$GITHUB_ENV"
30
- name: Setup uv
0 commit comments