Skip to content

Commit

Permalink
Fix R docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
WardBrian committed Jul 9, 2024
1 parent 10a9c94 commit 9e78a34
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,24 @@ name: Build TinyStan docs
on:
push:
branches:
- 'main'
- "main"
workflow_dispatch:
inputs:
version:
description: 'Version of TinyStan docs to build'
description: "Version of TinyStan docs to build"
required: false
type: string
default: ''
default: ""
workflow_call:
inputs:
version:
description: 'Version of TinyStan docs to build'
description: "Version of TinyStan docs to build"
required: true
type: string
release:
types: [published]

permissions:
permissions:
contents: write

jobs:
Expand Down Expand Up @@ -52,7 +52,6 @@ jobs:
- name: Set up Julia
uses: julia-actions/setup-julia@v2


- name: Install R
uses: r-lib/actions/[email protected]

Expand All @@ -62,6 +61,10 @@ jobs:
packages: |
any::roxygen2
github::Genentech/rd2markdown
any::R6
any::testthat
any::devtools
any::posterior
- name: Install packages
run: |
Expand Down Expand Up @@ -115,4 +118,3 @@ jobs:
branch: gh-pages
directory: docs/_build/ts-docs
force: true

0 comments on commit 9e78a34

Please sign in to comment.