Skip to content

Commit

Permalink
chore: Deploy documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ignatandrei committed May 12, 2024
1 parent decc7ae commit 405a6e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ jobs:
- name: upload documentation to github pages
run: |
cp -r v2/rscg_examples_site/build/* docs/v2/
git add docs/v2
git commit -m "Deploy documentation"
git config --global user.email "ignatandrei@yahoo.com"
git config --global user.name "Andrei Ignat Automation"
git add docs/v2
git commit -m "Deploy documentation"
git push origin HEAD:master
# - uses: EndBug/add-and-commit@v9
# with:
Expand Down

0 comments on commit 405a6e3

Please sign in to comment.