We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb51c8d commit b107d35Copy full SHA for b107d35
.github/workflows/docs.yml
@@ -21,7 +21,7 @@ jobs:
21
uses: actions/checkout@v4
22
23
- name: Setup pages
24
- uses: actions/configure-pages@v4
+ uses: actions/configure-pages@v5
25
26
- name: Build docs
27
run: docker run --rm -v $(pwd):/docs squidfunk/mkdocs-material:9.1 build
0 commit comments