From cec1b066af39f49108e0aeb8e3f11c743049f960 Mon Sep 17 00:00:00 2001 From: Andrew Martin Date: Wed, 24 Apr 2024 11:33:00 +0100 Subject: [PATCH] FIx docs gen on dendro script (#25) * FIx docs gen on dendro script * Allow longer timeout on github actions --- .github/workflows/pr.yml | 2 +- .github/workflows/push.yml | 2 +- docs/dendro.fsx | 5 +---- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index a942ca0..1dab4ec 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -8,7 +8,7 @@ jobs: build: runs-on: ${{ matrix.os }} - timeout-minutes: 15 + timeout-minutes: 30 strategy: fail-fast: false matrix: diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 3d23d4d..efd58df 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -7,7 +7,7 @@ on: jobs: build: runs-on: ${{ matrix.os }} - timeout-minutes: 15 + timeout-minutes: 30 strategy: fail-fast: false matrix: diff --git a/docs/dendro.fsx b/docs/dendro.fsx index 577f537..e8b3118 100644 --- a/docs/dendro.fsx +++ b/docs/dendro.fsx @@ -32,12 +32,9 @@ proxy records. The `Bristlecone.Dendro` package contains additional functions that can be usesful when conducting top-down mechanistic modelling with tree- and shrub-ring data, such as ring width and stable isotope -records. You can reference it in an F# script as follows: +records. You can reference it in an F# script with `#r "nuget: Bristlecone.Dendro"`. *) -(*** do-not-eval ***) -#r "nuget: Bristlecone.Dendro" - (** ### Seasonal Cycles and Day Length