We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc4bb41 commit aaa3524Copy full SHA for aaa3524
.github/workflows/build_docs.yml
@@ -51,6 +51,8 @@ jobs:
51
run: |
52
git clone --depth 1 https://github.com/${{ github.repository_owner }}/hidimstat.git
53
ls -a
54
+ ls hidimstat
55
+ ls hidimstat/doc
56
rm -Rf ~/hidimstat/doc/_build
57
mkdir ~/hidimstat/doc/_build
58
cp -a ~/doc/_build/html ~/hidimstat/doc/_build
0 commit comments