Skip to content

Trigger happy test

Trigger happy test #1

Workflow file for this run

name: pkgdown-dev
on:
push:
jobs:
runs-on: ubuntu-latest

Check failure on line 6 in .github/workflows/dev-site-update.yml

GitHub Actions / .github/workflows/dev-site-update.yml

Invalid workflow file

You have an error in your yaml syntax on line 6
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
permissions:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Fetch repo status
uses: r-lib/actions/pr-fetch@v2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Setup
uses: r-lib/actions/setup-r@v2
with:
use-public-rspm: true
- name: Setup Pandoc for word conversion
uses: r-lib/actions/setup-pandoc@v2
- name: Install ospsuite ecosystem and cran packages
run: |
Rscript .github/workflows/install_dependencies.R
- name: Build dev site
run: |
pkgdown::build_site_github_pages()
shell: Rscript {0}
- name: Deploy to GitHub pages
uses: JamesIves/github-pages-deploy-action@v4.4.1
with:
clean: false
branch: gh-pages
folder: docs