We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4631e3 commit 0297a17Copy full SHA for 0297a17
1 file changed
.github/workflows/docs-deploy.yml
@@ -31,7 +31,7 @@ jobs:
31
node-version: "24"
32
cache: "yarn" # 🚀 Speed up builds with yarn cache
33
- name: ⚙️ Setup Pages
34
- uses: actions/configure-pages@1f0c5cde4bc74cd7e1254d0cb4de8d49e9068c7d # v4.0.0
+ uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5.0.0
35
- name: 📂 Install Dependencies
36
run: cd .docs && yarn install --frozen-lockfile
37
- name: Build with Fumadocs
0 commit comments