Skip to content

Commit

Permalink
main
Browse files Browse the repository at this point in the history
  • Loading branch information
monofuel committed Sep 25, 2024
1 parent 0476822 commit 86d7bb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
nim-version: ${{ env.nim-version }}
- run: nimble install -Y
- run: nimble doc --index:on --project --git.url:https://github.com/${{ github.repository }} --git.commit:master --out:${{ env.deploy-dir }} ${{ env.nim-src }}
- run: nimble doc --index:on --project --git.url:https://github.com/${{ github.repository }} --git.commit:main --out:${{ env.deploy-dir }} ${{ env.nim-src }}
- name: "Copy to index.html"
run: cp ${{ env.deploy-dir }}/${{ github.event.repository.name }}.html ${{ env.deploy-dir }}/index.html
- name: Deploy documents
Expand Down

0 comments on commit 86d7bb6

Please sign in to comment.