Skip to content

Commit

Permalink
yamls
Browse files Browse the repository at this point in the history
  • Loading branch information
Smith authored and Smith committed Oct 3, 2024
1 parent eca830b commit 5af5654
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: r-lib/actions/setup-r@v2
with:
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:

- name: Cache BBS data
id: cache-data
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ steps.cache-dir.outputs.CACHE_DIR }}
key: bbs-data-${{ secrets.BBS_DATA_VERSION }}
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:

- name: Upload test results
if: failure()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: coverage-test-failures
path: ${{ runner.temp }}/package
2 changes: 2 additions & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ reference:
- bbs_models
- pacific_wren_model
- species_forms
- species_notes
- equal_area_crs
- title: Deprecated/Defunct functions
contents:
- bbsBayes2-defunct
Expand Down

0 comments on commit 5af5654

Please sign in to comment.