Skip to content

Commit

Permalink
Fixed scripting logic
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksandr-pavlyk committed Feb 20, 2024
1 parent b47d1c2 commit f1643d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ jobs:
python setup.py develop
python -c "import mkl_random; print(mkl_random.__version__)" || exit 1
sphinx-build -m html docs/source docs/build
mv docs/build/html ~/rendered_docs
mkdir -p ~/rendered_docs
cp -r docs/build/html/* ~/rendered_docs/
git clean -dfx
- name: Save built docs as an artifact
if: ${{ github.event.pull_request && github.event.action != 'closed'}}
Expand Down

0 comments on commit f1643d7

Please sign in to comment.