Skip to content

docs: create snapshot 12.x-2025-01 (#1390) #174

docs: create snapshot 12.x-2025-01 (#1390)

docs: create snapshot 12.x-2025-01 (#1390) #174

Workflow file for this run

name: deploy site
on:
workflow_dispatch:
inputs:
dispatchReason:
description: 'Reason of Manual Deploy'
required: true
default: 'Re-run failed deployment'
push:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
bundler-cache: true
- name: Run npm install
run: npm install
- name: Run npm test
run: npm test
- name: Run build
run: npm run build:prod
- name: Run deploy
uses: JamesIves/[email protected]
with:
branch: asf-site
folder: build-prod
clean-exclude: |
archive