Skip to content

Commit

Permalink
Update documentation link
Browse files Browse the repository at this point in the history
  • Loading branch information
konsumlamm committed Jul 23, 2023
1 parent c76c339 commit 1f40a43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/doc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
branches:
- master
env:
nim-version: 'stable'
nim-src: src/${{ github.event.repository.name }}.nim
deploy-dir: .gh-pages
jobs:
Expand All @@ -17,7 +16,7 @@ jobs:
- uses: actions/checkout@v3
- uses: jiro4989/setup-nim-action@v1
with:
nim-version: ${{ env.nim-version }}
nim-version: 'devel'
- 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 }}
- name: "Copy to index.html"
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ nimble install https://github.com/nim-lang/bigints

## Documentation

The documentation is available at: https://nimdocs.com/nim-lang/bigints/bigints.html
The documentation is available at https://nim-lang.github.io/bigints.

0 comments on commit 1f40a43

Please sign in to comment.