Skip to content

Update tutorials for GBA/PS1 BIOS and GB/GBC palette after the new OS… #105

Update tutorials for GBA/PS1 BIOS and GB/GBC palette after the new OS…

Update tutorials for GBA/PS1 BIOS and GB/GBC palette after the new OS… #105

Workflow file for this run

name: ci
on:
push:
branches:
- source
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.x
- run: pip install mkdocs-material
- run: pip install mkdocs-minify-plugin
- run: pip install mkdocs-section-index
- run: pip install mkdocs-exclude
- run: pip install mkdocs-redirects
- run: mkdocs gh-deploy --force --remote-branch master