mirror of
https://github.com/katanemo/plano.git
synced 2026-04-25 00:36:34 +02:00
* fixing docs so that GH pages picks up the right CNAME for DNS * updating workflow to pick CNAME * making sure to correctly set permissions on the build/html directory * fixing GH actions issues with CNAME * updated docker build command to run as local user * fixed the CNAME issue and udpated GH actions --------- Co-authored-by: Salman Paracha <salmanparacha@MacBook-Pro-261.local>
4 lines
212 B
Bash
4 lines
212 B
Bash
docker build -f Dockerfile . -t sphinx
|
|
docker run --user $(id -u):$(id -g) --rm -v $(pwd):/docs sphinx make clean
|
|
docker run --user $(id -u):$(id -g) --rm -v $(pwd):/docs sphinx make html
|
|
chmod -R 777 build/html
|