Skip to content

Commit f37a321

Browse files
update actions/deploy-pages to v4
* This hopefully fixes the GitHub actions workflow that currently doesn't find the correct url. Signed-off-by: Armin Tänzer <[email protected]>
1 parent 0ce225c commit f37a321

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
push:
88
branches:
99
- main
10+
workflow_dispatch:
1011

1112
permissions:
1213
contents: read
@@ -44,4 +45,4 @@ jobs:
4445
steps:
4546
- id: deployment
4647
name: Deploy docs to GitHub pages
47-
uses: actions/deploy-pages@v2
48+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)