Skip to content

Bump mobs_water from 9dea9a9 to c83e724 #2008

Bump mobs_water from 9dea9a9 to c83e724

Bump mobs_water from 9dea9a9 to c83e724 #2008

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