这是indexloc提供的服务,不要输入任何密码
Skip to content

Allow triggering demo-site builds manually #22

Allow triggering demo-site builds manually

Allow triggering demo-site builds manually #22

Workflow file for this run

name: Build and Deploy Demo Site
on:
push:
branches:
- master
- demo-site
# Run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
deploy_demo_site:
runs-on: "ubuntu-latest"
env:
BUNDLE_JOBS: 4
BUNDLE_RETRY: 3
steps:
- name: Build and Deploy Demo Site
uses: ashmaroli/deploy-jekyll-build@ruby-ver
with:
ruby_version: 2.7
cache_bundle: true
build_opts: |
verbose: true
profile: true