Skip to content

Commit

Permalink
Update npm-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
iamscottxu authored Sep 11, 2020
1 parent b5108a3 commit ffd5c1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal token
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo:
- name: Copy new docs to openBSE-docs
run: cp -rf ./openBSE/* ./openBSE-docs/
run: cp -rf ./openBSE/docs/* ./openBSE-docs/
- name: Commit changes of openBSE-docs
working-directory: ${{ github.workspace }}/openBSE-docs
run: |
Expand Down

0 comments on commit ffd5c1c

Please sign in to comment.