mirror of
https://gh.wpcy.net/https://github.com/Chassis/puppet-wp.git
synced 2026-04-26 01:01:28 +08:00
20 lines
531 B
YAML
20 lines
531 B
YAML
language: ruby
|
|
install:
|
|
- gem install puppet-lint
|
|
- npm ci
|
|
script:
|
|
- puppet-lint --fail-on-warnings --no-140chars-check --no-2sp_soft_tabs-check --no-hard_tabs-check --no-names_containing_dash-check --no-autoloader_layout-check --no-nested_classes_or_defines-check manifests
|
|
language: node_js
|
|
node_js:
|
|
- lts/*
|
|
script:
|
|
- npm run docs:build
|
|
deploy:
|
|
provider: pages
|
|
skip-cleanup: true
|
|
local_dir: docs/.vuepress/dist
|
|
github-token: $GITHUB_TOKEN
|
|
keep-history: true
|
|
target_branch: gh-pages
|
|
on:
|
|
branch: master
|