File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 - uses : actions/checkout@v5
1717 - uses : treeform/setup-nim-action@v6
1818 - name : Install dependencies
19+ shell : bash
1920 run : |
20- nimby install -g bumpy
21- nimby install -g chroma
22- nimby install -g crunchy
23- nimby install -g flatty
24- nimby install -g nimsimd
25- nimby install -g vmath
26- nimby install -g zippy
21+ cd ..
22+ nimby install -g pixie/pixie.nimble
2723 - run : nim r tests/tests.nim
Original file line number Diff line number Diff line change 1515 steps :
1616 - uses : actions/checkout@v5
1717 - uses : treeform/setup-nim-action@v6
18- - run : nimby install -g
18+ - name : Install dependencies
19+ run : |
20+ cd ..
21+ nimby install -g pixie/pixie.nimble
1922 - run : nim doc --index:on --project --git.url:https://github.com/${{ github.repository }} --git.commit:master --out:${{ env.deploy-dir }} ${{ env.nim-src }}
2023 - name : Copy to index.html
2124 run : cp ${{ env.deploy-dir }}/pixie.html ${{ env.deploy-dir }}/index.html
You can’t perform that action at this time.
0 commit comments