Skip to content

Bump pandorabox_custom from 391e566 to 58af599 (#3974) #1973

Bump pandorabox_custom from 391e566 to 58af599 (#3974)

Bump pandorabox_custom from 391e566 to 58af599 (#3974) #1973

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