Skip to content

update pow_sim within #108

update pow_sim within

update pow_sim within #108

Workflow file for this run

on:
push:
branches: main
name: Pkgdown
jobs:
pkgdown:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: r-lib/actions/setup-pandoc@v2
- uses: r-lib/actions/setup-r@v2
with:
use-publich-rspm: true
- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::pkgdown, local::.
needs: website
- name: Build site
run: pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE)
shell: Rscript {0}
- name: Deploy to GitHub pages
uses: JamesIves/[email protected]
with:
clean: false
branch: gh-pages
folder: docs