Skip to content

Rename microbattle to micro-battle. Close #26 (#29) #14

Rename microbattle to micro-battle. Close #26 (#29)

Rename microbattle to micro-battle. Close #26 (#29) #14

Workflow file for this run

name: Deploy site
on:
push:
branches:
- master
jobs:
build:
name: Build site
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Build with zola
uses: docker://ghcr.io/getzola/zola:v0.15.3
with:
entrypoint: /bin/zola
args: build
- name: Deploy built site
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: public/
branch: rendered