We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ae70f4 commit 8ebecc0Copy full SHA for 8ebecc0
.github/workflows/build_documentation.yml
@@ -71,11 +71,6 @@ jobs:
71
deb [arch=amd64] https://archive.furiosa.ai/ubuntu jammy restricted
72
EOT
73
sudo apt update && sudo apt install -y furiosa-libnux
74
-
75
- - name: Make documentation
76
- shell: bash
77
- run: |
78
- source venv-doc/bin/activate
79
doc-builder build optimum.furiosa docs/source/ \
80
--repo_name optimum-furiosa \
81
--build_dir furiosa-doc-build/ \
0 commit comments