Skip to content

Commit

Permalink
build: clean-up/add info (GHA pkgdown.yaml)
Browse files Browse the repository at this point in the history
  • Loading branch information
gladkia committed Feb 14, 2024
1 parent 24ea3a2 commit 752fbe7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
# See https://github.com/r-lib/actions/tree/master/examples#readme for
# additional example workflows available for the R community.

# This workflow uses (triggers) 'pkgdown.yaml' template from gdrplatform/gDRstyle
# See more details at:
# https://github.com/gdrplatform/gDRstyle/blob/main/.github/workflows/pkgdown.yaml

name: pkgdown

on:
Expand All @@ -14,10 +18,9 @@ on:

jobs:
trigger_pkgdown:
uses: gdrplatform/gDRstyle/.github/workflows/pkgdown.yaml@GDR-2371_2
uses: gdrplatform/gDRstyle/.github/workflows/pkgdown.yaml@main
with:
USERNAME: ${{ github.actor }}
PACKAGE_NAME: ${{ github.event.repository.name }}
BRANCH_NAME: ${{ github.head_ref }}
DEFAULT_BRANCH: master
secrets: inherit

0 comments on commit 752fbe7

Please sign in to comment.