diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 391e710..8aefa8e 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -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: |