Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1011 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 1011 Bytes

embedml website

workflow

Website to showcase our projects and resources

Contribute

Clone this repository

git clone https://github.com/embedml/embedml.github.io.git

Install Hugo for your OS

Run server on your machine

hugo server -D

Build static files

hugo -D

Deployment

Github pages is used to host the website. Any push to 'main' branch will trigger the workflow in order to deploy via github pages. You can run this workflow manually if needed.

The final minified files and other assets used for the website are in the 'gh-pages' branch. As such, the gh-pages branch must be selected as the source for github pages found in the settings of this repository.