Skip to content

Commit

Permalink
change(docusaurus) align deployment steps for building docusaurus
Browse files Browse the repository at this point in the history
  • Loading branch information
ichim-david committed Feb 15, 2022
1 parent 6e286c5 commit 37e4ce0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/node.js.yml
Expand Up @@ -35,12 +35,12 @@ jobs:
git config user.name github-actions
git config user.email github-actions@github.com
git fetch
cd website
yarn
yarn build
git add .
git diff --staged --quiet || git commit -m "Autobuild of docusaurus docs"
git push
cd website
yarn
yarn build
git add .
git diff --staged --quiet || git commit -m "Autobuild of docusaurus docs"
git push
- uses: convictional/trigger-workflow-and-wait@v1.3.0
with:
Expand Down

0 comments on commit 37e4ce0

Please sign in to comment.