Skip to content

Commit d98d30a

Browse files
github-actions(deps): bump actions/configure-pages from 3 to 4 (#53)
1 parent a9d5832 commit d98d30a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- run: pip install -r requirements.txt
3232
- run: mkdocs build --strict
3333
- name: Setup Pages
34-
uses: actions/configure-pages@v3
34+
uses: actions/configure-pages@v4
3535
- uses: actions/upload-pages-artifact@v3
3636
with:
3737
path: site/

0 commit comments

Comments
 (0)