Skip to content

Commit fb22d2d

Browse files
committed
fix: correct GitHub Actions syntax in deploy-docs workflow
Use actions/deploy-pages@v4 instead of deploy-pages@v4
1 parent 2021595 commit fb22d2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,5 @@ jobs:
6060
steps:
6161
- name: Deploy to GitHub Pages
6262
id: deployment
63-
uses: deploy-pages@v4
63+
uses: actions/deploy-pages@v4
6464

0 commit comments

Comments
 (0)