File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -29,15 +29,17 @@ jobs:
2929 - name : Install dependencies
3030 run : |
3131 python -m pip install --upgrade pip
32- pip install -q - e ".[dev,doc ]"
32+ pip install -e ".[dev,docs ]"
3333
3434 - name : Build Cookbook
3535 run : |
36+ which mkdocs
37+ mkdocs --version
3638 mkdocs build
3739
3840 - name : Deploy to GitHub Pages
3941 uses : peaceiris/actions-gh-pages@v4
4042 with :
4143 github_token : ${{ secrets.GITHUB_TOKEN }}
42- publish_dir : docs/_build/preview/_build/html
43- cname : doc.agentjet.github.io
44+ publish_dir : site
45+ cname : doc.agentjet.github.io
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ reward = [
5959]
6060
6161flash_attn = [
62- " flash-attn==2.8.1 "
62+ " flash-attn==2.8.3 "
6363]
6464
6565docs = [
You can’t perform that action at this time.
0 commit comments