Skip to content

Commit

Permalink
[188559300]: more pkgdown debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
gergness committed Jan 14, 2025
1 parent e1d440e commit aa676b8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 11 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
on:
push:
branches: [main, master]
pull_request:
branches: [main, master]
# pull_request:
# branches: [main, master]

name: R-CMD-check

Expand All @@ -27,7 +27,6 @@ jobs:
env:
GITHUB_ACTION: yes
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
_R_CHECK_LENGTH_1_LOGIC2_: true
_R_CHECK_TESTS_NLINES_: 0
R_KEEP_PKG_SOURCE: yes
Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/R-codecov-lint.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,15 @@
on:
push:
branches: [main, master]
pull_request:
branches: [main, master]
# pull_request:
# branches: [main, master]

name: test-coverage-and-lint

jobs:
test-coverage:
runs-on: ubuntu-latest

env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}

steps:
- uses: actions/checkout@v3

Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/R-pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,19 @@ on:
branches:
- main
- master
pull_request:
branches: [main, master]

name: pkgdown

jobs:
pkgdown:
runs-on: ubuntu-latest

env:
GITHUB_PAT: ${{ secrets.TA_DA_ACCESS }}

steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.GITHUB_ACTIONS }}

- uses: r-lib/actions/setup-pandoc@v2

Expand Down

0 comments on commit aa676b8

Please sign in to comment.