Skip to content

Merge branch 'main' into 25-update-vignettes-to-use-mrbayestrees #68

Merge branch 'main' into 25-update-vignettes-to-use-mrbayestrees

Merge branch 'main' into 25-update-vignettes-to-use-mrbayestrees #68

Workflow file for this run

on:

Check failure on line 1 in .github/workflows/pkgdown.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pkgdown.yml

Invalid workflow file

(Line: 29, Col: 5): 'steps' is already defined
push:
branches:
- main
- master
paths:
- '**pkgdown.yml'
- '*.md'
- 'inst/CITATION'
- 'inst/*.bib'
- 'man/**'
- 'vignettes/**'
name: pkgdown
jobs:
pkgdown:
runs-on: ubuntu-latest
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
R_COMPILE_AND_INSTALL_PACKAGES: 'never'
steps:
- uses: actions/checkout@v4
with:
submodules: true
steps:
- uses: ms609/actions/pkgdown@main