Skip to content

wip mrs simulator

wip mrs simulator #173

Workflow file for this run

name: Docs
on:
push:
branches: [ master ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
cancel:
name: Cancel Previous Runs
runs-on: ubuntu-latest
steps:
- name: Cancel Previous Runs
uses: styfle/[email protected]
with:
access_token: ${{ github.token }}
docs:
runs-on: ubuntu-20.04
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- name: Install
run: ./.ci/install.sh
- name: Extract
run: ./.ci/extract.sh
- name: Push
run: ./.ci/push.sh