Skip to content

Merge pull request #327 from reshmabidikar/work-for-237 #122

Merge pull request #327 from reshmabidikar/work-for-237

Merge pull request #327 from reshmabidikar/work-for-237 #122

Workflow file for this run

name: Publish
on:
workflow_dispatch:
push:
branches:
- master
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2.2
bundler-cache: true
- name: Setup git user
run: |
git config --global user.email "[email protected]"
git config --global user.name "Kill Bill core team"
- name: Deploy Slate
run: |
./deploy.sh -v