Skip to content

Commit ba33fd1

Browse files
committed
Add name and fix action version
Signed-off-by: Kaur Palang <[email protected]>
1 parent f4c3736 commit ba33fd1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
name: Publish documentation
2+
13
on:
24
push:
35
branches:
@@ -17,7 +19,7 @@ jobs:
1719

1820
- name: Upload static files as artifact
1921
id: deployment
20-
uses: actions/upload-pages-artifact@v4
22+
uses: actions/upload-pages-artifact@v4.0.0
2123
with:
2224
path: .vitepress/dist/
2325

0 commit comments

Comments
 (0)