Skip to content

Commit ffd5c1c

Browse files
authored
Update npm-publish.yml
1 parent b5108a3 commit ffd5c1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal token
9191
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo:
9292
- name: Copy new docs to openBSE-docs
93-
run: cp -rf ./openBSE/* ./openBSE-docs/
93+
run: cp -rf ./openBSE/docs/* ./openBSE-docs/
9494
- name: Commit changes of openBSE-docs
9595
working-directory: ${{ github.workspace }}/openBSE-docs
9696
run: |

0 commit comments

Comments
 (0)