Skip to content

Commit

Permalink
Update pkgdown.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Saiem Gilani <saiem.gilani@gmail.com>
  • Loading branch information
saiemgilani authored Nov 22, 2023
1 parent 8f91732 commit 4c2bf18
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
on:
push:
branches: [main, master]
release:
types: [published]
branches:
- main
- master
workflow_dispatch:

name: pkgdown
Expand All @@ -19,6 +19,8 @@ jobs:
env:
R_KEEP_PKG_SOURCE: yes
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
KP_USER: ${{ secrets.KP_USER }}
KP_PW: ${{ secrets.KP_PW }}

steps:
- name: Checkout repo
Expand All @@ -32,6 +34,7 @@ jobs:
- uses: r-lib/actions/setup-pandoc@v2
- name: Setting up R dependencies
uses: r-lib/actions/setup-r-dependencies@v2
with:
cache-version: 1
extra-packages: |
any::pkgdown
Expand Down

0 comments on commit 4c2bf18

Please sign in to comment.