Train station
wiki >  design >  build

Build process

Content build automation
  • Sat Jul 22 09: 27: 46 AM PDT 2023

Github automatically rebuilds your EBT-Site using Github actions:

Push actions

The push-action automation is invoked whenever your Github repository is updated with new content. These are typically updates for:

Markdown files

The push-action automation generates HTML files for display on the web. For example, the markdown file

will be processed into

The HTML files will then be used to update your website.

Images and Audio

Each image and audio file will be given its own URL for the website. Suppose you have the following EBT-Site:

Suppose you have an image in your repository at:

Then the corresponding image URL will be

And the resulting image will be like this.

You can add images and audio to your EBT-Site simply by using the appropriate URLs in your Markdown files.

Scheduled actions

Schedule actions run periodically to: