Skip to content

Commit

Permalink
try to push manually
Browse files Browse the repository at this point in the history
  • Loading branch information
ignatandrei committed May 12, 2024
1 parent d196361 commit f78a011
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,13 @@ jobs:
- name: upload documentation to github pages
run: |
cp -r v2/rscg_examples_site/build/* docs/v2/
- uses: EndBug/add-and-commit@v9
with:
message: 'Deploy documentation'
pull: '-v'
default_author: github_actions
cwd: './docs'
git add docs/v2
git commit -m "Deploy documentation"
git push origin HEAD:master
# - uses: EndBug/add-and-commit@v9
# with:
# message: 'Deploy documentation'
# pull: '-v'
# default_author: github_actions
# cwd: './docs'

0 comments on commit f78a011

Please sign in to comment.