Skip to content

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

License

Notifications You must be signed in to change notification settings

HomeSmartMesh/website_light

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published