Skip to content

WebCampZg/docs

Repository files navigation

WebCamp Docs

This repo contains the sources for http://docs.webcampzg.org/

Building

Install prerequisites (preferably into a virtual environment):

pip install -r requirements.txt

Build HTML:

make html

The docs will be rendered in _build/html.

Continuous deployment

Any changes pushed to the master branch will be automatically deployed to docs.webcampzg.org.

On push, a webhook will trigger a build on builds.sr.ht. The build manifest can be found in .build.yml.

The build task checks out this project, renders the HTML and updates the sources in https://github.com/WebCampZg/webcampzg.github.io/ from where the site is served, via Gihub Pages.

Past builds can be found here.

About

Sources for webcamp docs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published