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 6326a0c commit 8297ce9Copy full SHA for 8297ce9
.github/workflows/generate-docs.yml
@@ -77,11 +77,12 @@ jobs:
77
-DDPCTL_ENABLE_DOXYREST=ON \
78
-DDoxyrest_DIR=`pwd`/doxyrest-2.1.2-linux-amd64
79
python -c "import dpctl; print(dpctl.__version__)" || exit 1
80
- cd "$(find _skbuild -name cmake-build)" || exit 1
+ pushd "$(find _skbuild -name cmake-build)" || exit 1
81
cmake --build . --target Sphinx || exit 1
82
mv ../cmake-install/docs/docs ~/docs
83
git clean -dfx
84
- git reset --hard @{u}
+ popd
85
+ git reset --hard
86
- name: Publish docs
87
if: ${{ github.event.pull_request && !github.event.pull_request.head.repo.fork && github.ref == 'refs/heads/master' && github.event.action != 'closed' }}
88
shell: bash -l {0}
0 commit comments