Skip to content

Bump farming from 6d3c0ec to 08cdf0e #2011

Bump farming from 6d3c0ec to 08cdf0e

Bump farming from 6d3c0ec to 08cdf0e #2011

Workflow file for this run

name: mtinfo
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
submodules: recursive
- name: generate
run: docker compose up --exit-code-from mtinfo mtinfo
- name: deploy
if: github.ref == 'refs/heads/master'
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: .mtinfo