Skip to content

Commit 1871ad0

Browse files
committed
workflow docs change
1 parent 58efae2 commit 1871ad0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: framwork-gh-pages-deploy
1+
name: framework-gh-pages-deploy
22

33
on:
44
push:
@@ -52,7 +52,7 @@ jobs:
5252
5353
- name: Upload artifact
5454
if: ${{ github.event_name != 'pull_request' }}
55-
uses: actions/upload-pages-artifact@v1
55+
uses: actions/upload-pages-artifact@v3
5656
with:
5757
# Upload book repository
5858
path: './framework/docs/book'

0 commit comments

Comments
 (0)