Create a script that updates everything for us.
This commit is contained in:
parent
dcfac1f65d
commit
edeb831a5f
5
update_site.sh
Normal file
5
update_site.sh
Normal file
@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
/usr/bin/mkdocs build
|
||||
cd site
|
||||
/usr/bin/aws s3 cp . s3://sacha.ligthert.net-2022/ --recursive --include "*"
|
Loading…
x
Reference in New Issue
Block a user