Skip to content

Commit

Permalink
Remove suffix from path in git add
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmartel committed Jan 4, 2022
1 parent 0078720 commit 00a6e34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
git checkout gh-pages
rm -Rf $DEPLOY_DIR$ALL
cp -Rf ./dist/* $DEPLOY_DIR
git add -A $DEPLOY_DIR$ALL
git add -A $DEPLOY_DIR
git diff-index --quiet HEAD ||
git commit -m "CI run ${{ github.run_number }} pushed to gh-pages"
git push -fq origin gh-pages

0 comments on commit 00a6e34

Please sign in to comment.