Skip to content

Fix LED crafting recipe #811

Fix LED crafting recipe

Fix LED crafting recipe #811

Workflow file for this run

name: mtinfo
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: generate
run: ./generate-mtinfo.sh
- name: deploy
if: github.ref == 'refs/heads/master'
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./output