From 1f40a43faab58143f45a73c6b30861e06d40b39e Mon Sep 17 00:00:00 2001 From: konsumlamm Date: Sun, 23 Jul 2023 23:53:54 +0200 Subject: [PATCH] Update documentation link --- .github/workflows/doc.yaml | 3 +-- readme.md | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/doc.yaml b/.github/workflows/doc.yaml index 45173df..8fa4cca 100644 --- a/.github/workflows/doc.yaml +++ b/.github/workflows/doc.yaml @@ -7,7 +7,6 @@ on: branches: - master env: - nim-version: 'stable' nim-src: src/${{ github.event.repository.name }}.nim deploy-dir: .gh-pages jobs: @@ -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" diff --git a/readme.md b/readme.md index 17c542c..ed1d387 100644 --- a/readme.md +++ b/readme.md @@ -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.