Skip to content

Commit

Permalink
chore: fix action for gh-pages (#5024)
Browse files Browse the repository at this point in the history
  • Loading branch information
thonatos committed Sep 21, 2022
1 parent 6a24fd8 commit 5de994b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Expand Up @@ -26,7 +26,7 @@ jobs:
run: npm i -g npminstall && npminstall

- name: Build Documents
run: npm run docs:build
run: npm run site:build

- name: Code Coverage
uses: peaceiris/actions-gh-pages@v3
Expand Down

1 comment on commit 5de994b

@vercel
Copy link

@vercel vercel bot commented on 5de994b Sep 21, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

egg – ./

eggjs.org
www.eggjs.org
egg-suyi.vercel.app
egg-pi.vercel.app
egg-git-master-suyi.vercel.app

Please sign in to comment.