HomeSmartMesh / website_light

Light weight variant on how to call actions to build a website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

usage

create a workflow in a workflow.yaml with this content as example

- action: fetcher/fetch
  type: github
  repository: MicroWebStacks/astro-big-doc
  ref: main
  filter: content/*
  resource: test-website
- action: markdown/build
  resource: test-website
  path: /fetch/test-website/content

then run

docker compose up

all actions will run and the build will be available in ./cache folder

for more details about how this works, see https://github.com/MicroWebStacks/copper

About

Light weight variant on how to call actions to build a website

License:MIT License