Skip to content

fix: 📝 commit message auto-generated by document workflow (#183) #11

fix: 📝 commit message auto-generated by document workflow (#183)

fix: 📝 commit message auto-generated by document workflow (#183) #11

Workflow file for this run

# Workflow derived from https://github.com/r-lib/actions/tree/v2/examples
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
push:
branches: main
release:
types: [published]
name: Build package
permissions: read-all
jobs:
cran-check:
uses: ./.github/workflows/reusable-cran-check.yaml
secrets:
github-token: ${{ secrets.GITHUB_TOKEN }}
pkgdown:
uses: ./.github/workflows/reusable-pkgdown.yaml
needs: cran-check
permissions:
contents: write
secrets:
github-token: ${{ secrets.GITHUB_TOKEN }}