Skip to content

build: update GA pgkdown workflow #38

build: update GA pgkdown workflow

build: update GA pgkdown workflow #38

Workflow file for this run

# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
#
# See https://github.com/r-lib/actions/tree/master/examples#readme for
# additional example workflows available for the R community.
name: pkgdown
on:
push:
branches: [main, master, GDR-2371, test_ci_pkgdown]
jobs:
trigger_pkgdown:
uses: gdrplatform/gDRstyle/.github/workflows/pkgdown.yml@GDR-2371_2

Check failure on line 17 in .github/workflows/pkgdown.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/pkgdown.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/pkgdown.yaml" -> "gdrplatform/gDRstyle/.github/workflows/pkgdown.yml@GDR-2371_2" : failed to fetch workflow: workflow was not found.
with:
USERNAME: ${{ github.actor }}
PACKAGE_NAME: ${{ github.event.repository.name }}
BRANCH_NAME: ${{ github.head_ref }}
DEFAULT_BRANCH: master
secrets: inherit