Skip to content

Commit b6338ec

Browse files
committed
fixes sphinx github actions script
1 parent 927a0d1 commit b6338ec

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

documentation.ipynb

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,8 +324,15 @@
324324
" - uses: actions/checkout@v4\n",
325325
" with:\n",
326326
" persist-credentials: false\n",
327+
" - name: install depedendices\n",
328+
" run : |\n",
329+
" python -m pip install --upgrade pip\n",
330+
" pip install .\n",
331+
" pip install sphinx myst-parser\n",
327332
" - name: Build HTML\n",
328-
" uses: ammaraskar/sphinx-action@master\n",
333+
" run: |\n",
334+
" cd docs\n",
335+
" make html\n",
329336
" - name: Upload artifacts\n",
330337
" uses: actions/upload-artifact@v4\n",
331338
" with:\n",

0 commit comments

Comments
 (0)