Skip to content

Commit

Permalink
change(infrastructure): specify that docs folder contains changes for…
Browse files Browse the repository at this point in the history
… deployment
  • Loading branch information
ichim-david committed Feb 16, 2022
1 parent c169cc0 commit a1ca915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
cd website
yarn
yarn build
git add .
git add docs
git diff --staged --quiet || git commit -m "Autobuild of docusaurus docs"
git push
Expand Down

0 comments on commit a1ca915

Please sign in to comment.