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 ac2865e
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/R-pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,24 @@ on:
branches:
- main
- master
- default-new-ds-project-188559300

name: pkgdown

jobs:
pkgdown:
runs-on: ubuntu-latest

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

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

- name: Configure git
run:
git config --global user.email "[email protected]"
git config --global user.name "rcrunch GitHub Action"


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

Expand All @@ -36,6 +42,4 @@ jobs:

- name: Run pkgdown
run: |
git config --global user.email "[email protected]"
git config --global user.name "rcrunch GitHub Action"
bash 'pkgdown.sh'

0 comments on commit ac2865e

Please sign in to comment.