This repository contains the source code for the GKE AI Labs website.
The AI on GKE website website can be run locally and on AppEngine. Please read the contributing guide for directions on submitting pull requests.
- The use of the assets contained in this repository is subject to compliance with Google's AI Principles
- See LICENSE
docker run --rm -it -v $(pwd):/src -p 1313:1313 floryn90/hugo:ext-alpine server
- Use
build -e production
in order to get minified source files
docker run --mount type=bind,src=./,dst=/src floryn90/hugo:ext-alpine build
Deployment happens automatically on push to main branch using following github actions workflow file