We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5108a3 commit ffd5c1cCopy full SHA for ffd5c1c
.github/workflows/npm-publish.yml
@@ -90,7 +90,7 @@ jobs:
90
persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal token
91
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo:
92
- name: Copy new docs to openBSE-docs
93
- run: cp -rf ./openBSE/* ./openBSE-docs/
+ run: cp -rf ./openBSE/docs/* ./openBSE-docs/
94
- name: Commit changes of openBSE-docs
95
working-directory: ${{ github.workspace }}/openBSE-docs
96
run: |
0 commit comments