Skip to content

feat: new function set_content_image(), deprecate old set_image_* functions #431

feat: new function set_content_image(), deprecate old set_image_* functions

feat: new function set_content_image(), deprecate old set_image_* functions #431

Workflow file for this run

on:
push:
branches:
- main
- pkgdown
pull_request:
branches:
- main
- pkgdown
release:
types: [published]
workflow_dispatch:
name: pkgdown
jobs:
pkgdown:
runs-on: ubuntu-latest
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
CONNECT_VERSION: 2024.03.0
RSC_LICENSE: ${{ secrets.RSC_LICENSE }}
CONNECT_LICENSE_FILE: ${{ secrets.CONNECT_LICENSE_FILE }}
steps:
- uses: actions/checkout@v4
- uses: r-lib/actions/setup-pandoc@v2
- uses: r-lib/actions/setup-r@v2
with:
use-public-rspm: true
- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::pkgdown, local::.
needs: website
- name: Set up license file
run: echo "$CONNECT_LICENSE_FILE" > $RSC_LICENSE
- name: Start Connect
run: |
Rscript -e 'connectapi:::build_test_env()'
- name: Build site
run: pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE)
shell: Rscript {0}
- name: Deploy to GitHub pages 🚀
if: github.event_name != 'pull_request'
uses: JamesIves/[email protected]
with:
clean: false
branch: gh-pages
folder: docs