Skip to content

Commit

Permalink
update pages workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bischoffz committed Mar 7, 2025
1 parent 6405fd9 commit c9faad9
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/doc_builder_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Quarto Publish

on:
push:
paths:
- docgen/**
branches: dev

jobs:
Expand All @@ -27,11 +29,6 @@ jobs:
cache-version: 1
working-directory: docgen

- name: Install renv dependencies
run: renv::install()
shell: Rscript {0}
working-directory: docgen

- name: Render and Publish
uses: quarto-dev/quarto-actions/publish@v2
with:
Expand Down

0 comments on commit c9faad9

Please sign in to comment.