diff --git a/.github/workflows/test-coverage.yaml b/.github/workflows/test-coverage.yaml index 45b00a2e..04872beb 100644 --- a/.github/workflows/test-coverage.yaml +++ b/.github/workflows/test-coverage.yaml @@ -13,6 +13,7 @@ jobs: runs-on: ubuntu-latest env: GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }} + ON_CI: "TRUE" steps: - uses: actions/checkout@v3 diff --git a/_pkgdown.yml b/_pkgdown.yml index 9711fb8d..64f207ab 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -28,7 +28,7 @@ reference: - orderly_list_src - title: From within a running report desc: >- - These are the functions that get called from your `orderly.R` file + These are the functions that get called from your `.R` file contents: - orderly_strict_mode - orderly_parameters