28 lines
469 B
YAML
Raw Normal View History

2021-05-21 09:28:00 +02:00
name: mtinfo
2021-06-02 14:47:50 +02:00
on:
push:
branches:
- master
2021-05-21 09:28:00 +02:00
jobs:
build:
runs-on: ubuntu-20.04
steps:
2021-06-02 14:18:13 +02:00
- uses: actions/checkout@v2
with:
fetch-depth: 0
submodules: recursive
2021-05-21 09:28:00 +02:00
- name: generate
run: ./mtinfo.sh
- name: deploy
if: github.ref == 'refs/heads/master'
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: /tmp/mt/worlds/world/mtinfo