Skip to content

Commit

Permalink
workflow docs change
Browse files Browse the repository at this point in the history
  • Loading branch information
Kayanski committed Dec 17, 2024
1 parent 58efae2 commit 1871ad0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: framwork-gh-pages-deploy
name: framework-gh-pages-deploy

on:
push:
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Upload artifact
if: ${{ github.event_name != 'pull_request' }}
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
# Upload book repository
path: './framework/docs/book'
Expand Down

0 comments on commit 1871ad0

Please sign in to comment.