Skip to content

Commit

Permalink
add env var to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
M-Kusumgar committed Feb 1, 2024
1 parent c44fed5 commit 5665d04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
runs-on: ubuntu-latest
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
ON_CI: "TRUE"

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<reportname>.R` file
contents:
- orderly_strict_mode
- orderly_parameters
Expand Down

0 comments on commit 5665d04

Please sign in to comment.