this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix docs pipeline and remove new pipeline (#839)

* fix docs pipeline and remove new pipeline

* fix issues

authored by

Aakash Singh and committed by
GitHub
187d42c3 a8d5cf48

+1 -1
+1 -1
.github/workflows/docs.yml
··· 36 36 uses: actions/upload-artifact@v3 37 37 with: 38 38 name: sphinx-docs 39 - path: ./docs/_build 39 + path: ./docs/_build/html 40 40 retention-days: 30 41 41 42 42 deploy-docs: