Skip to content

fix: removed and moved some things around #305

fix: removed and moved some things around

fix: removed and moved some things around #305

Workflow file for this run

name: build-blog
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: build stuff
run: make build
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4.3.4
with:
BRANCH: pages
FOLDER: ./site