File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 - main
88env :
99 nim-version : ' stable'
10- nim-src : src/${{ github.event.repository.name }} .nim
10+ nim-src : src/supranim_tasks .nim
1111 deploy-dir : .gh-pages
1212jobs :
1313 docs :
@@ -21,16 +21,16 @@ jobs:
2121 - run : nimble doc --index:off --project --out:${{ env.deploy-dir }} ${{ env.nim-src }}
2222
2323 - name : " Rename to index.html"
24- run : mv ${{ env.deploy-dir }}/${{ github.event.repository.name }} .html ${{ env.deploy-dir }}/index.html
24+ run : mv ${{ env.deploy-dir }}/supranim_tasks .html ${{ env.deploy-dir }}/index.html
2525
2626 - name : " Find and replace (index.html)"
27- run : sed -i 's/${{ github.event.repository.name }} .html/index.html/g' ${{ env.deploy-dir }}/index.html
27+ run : sed -i 's/supranim_tasks .html/index.html/g' ${{ env.deploy-dir }}/index.html
2828
2929 - name : " Find and replace (idx)"
30- run : sed -i 's/${{ github.event.repository.name }}. html/index.html/g' ${{ env.deploy-dir }}/${{ github.event.repository.name }} .idx
30+ run : sed -i 's/supranim_tasks. html/index.html/g' ${{ env.deploy-dir }}/supranim_tasks .idx
3131
3232 - name : " Find and replace (theindex.html)"
33- run : sed -i 's/${{ github.event.repository.name }} .html/index.html/g' ${{ env.deploy-dir }}/theindex.html
33+ run : sed -i 's/supranim_tasks .html/index.html/g' ${{ env.deploy-dir }}/theindex.html
3434
3535 - name : Deploy documents
3636 uses : peaceiris/actions-gh-pages@v3
You can’t perform that action at this time.
0 commit comments