Skip to content

Commit

Permalink
Fix error publish docs on new release
Browse files Browse the repository at this point in the history
  • Loading branch information
Quincunx271 committed Jan 4, 2021
1 parent 81a6177 commit 992f838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
git config --local user.email "$(git log -n 1 --pretty=format:'%ae')"
git config --local user.name 'GitHub Actions'
rm -r '${{ steps.config.outputs.DOCS_DIR }}'
rm -rf '${{ steps.config.outputs.DOCS_DIR }}'
cp -r '${{ github.workspace }}/master/build/install/share/doc/nickel/html' '${{ steps.config.outputs.DOCS_DIR }}'
python3 '${{ github.workspace }}/master/.ci/update-version-selector-js.py' '${{ github.workspace }}/master/docs/version-selector.js'
Expand Down

0 comments on commit 992f838

Please sign in to comment.