Skip to content

Closes #184 Automatically updating the date of new blog posts (#222) #143

Closes #184 Automatically updating the date of new blog posts (#222)

Closes #184 Automatically updating the date of new blog posts (#222) #143

Workflow file for this run

on:
workflow_dispatch:
push:
branches: [main]
name: Quarto Publish
jobs:
build-deploy:

Check failure on line 9 in .github/workflows/publish.yml

View workflow run for this annotation

GitHub Actions / Quarto Publish

Invalid workflow file

The workflow is not valid. .github/workflows/publish.yml (Line: 9, Col: 3): The workflow must contain at least one job with no dependencies.
needs: Update-post-dates
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2
- name: Setup R
uses: r-lib/actions/setup-r@v2
with:
use-public-rspm: true
- name: Install dependencies
uses: r-lib/actions/setup-r-dependencies@v2
with:
packages: |
jsonlite
tidyverse
spelling
janitor
diffdf
admiral
patchwork
here
reactable
pharmaversesdtm
metacore
metatools
xportr
pharmaverseadam
link
sessioninfo
rtables
teal
riskmetric
tidyCDISC
- name: Install tinytex
run: quarto install tool tinytex
- name: Publish
uses: quarto-dev/quarto-actions/publish@v2
with:
target: gh-pages
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}