Skip to content

Merge branch 'main' into initial-spec-draft #1

Merge branch 'main' into initial-spec-draft

Merge branch 'main' into initial-spec-draft #1

Workflow file for this run

name: render-specs
on:
push:
branches:
- initial-spec-draft
jobs:
build-and-deploy-spec:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
persist-credentials: false
- name: Install and Build
run: |
npm install
node -e "require('spec-up')({ nowatch: true })"
rm -rf node_modules
- name: Deploy
uses: peaceiris/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./
allow_empty_commit: true
force_orphan: true