Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Simplify release steps

Simplify release steps #20

Workflow file for this run

name:docs
on:
push:
branches:
-main
paths:
-'CODE_OF_CONDUCT.md'
-'CONTRIBUTING.md'
-'DESCRIPTION'
-'LICENSE'
-'LICENSE.md'
-'NAMESPACE'
-'NEWS.md'
-'README.md'
-'_pkgdown.yaml'
-'man/**'
-'vignettes/**'
workflow_dispatch:
permissions:
contents:write
jobs:
pkgdown:
runs-on:ubuntu-24.04
name:Build pkgdown site
steps:
-uses:actions/checkout@v4
-name:Setup r2u
uses:eddelbuettel/github-actions/r2u-setup@master
with:
bspm-version-check:"FALSE"
-name:Install dependencies
run:sudo bash scripts/ci/install-dependencies.sh
-name:Install pkgdown
run:apt-get install --yes r-cran-pkgdown
shell:sudo bash {0}
-name:Build workflowr
run:R CMD build --no-build-vignettes --no-manual .
-name:Install workflowr
run:R CMD INSTALL --no-docs --no-multiarch --no-staged-install workflowr_*.tar.gz
shell:sudo bash {0}
-name:Session information
run:|
library("workflowr")
sessionInfo()
shell:Rscript {0}
-name:Build pkgdown site
run:|
library("pkgdown")
build_site_github_pages()
shell:Rscript {0}
-name:Deploy to gh-pages
if:github.repository == 'workflowr/workflowr' && github.ref_name == 'main'
uses:JamesIves/github-pages-deploy-action@v4
with:
folder:docs
branch:gh-pages
git-config-name:GitHub Actions
git-config-email:runneradmin@users.noreply.github.com
single-commit:true

[8]ページ先頭

©2009-2025 Movatter.jp