This commit is contained in:
Evan Pratten 2022-03-18 10:31:03 -04:00
parent 68ba604f96
commit df70ed50e2
3 changed files with 5 additions and 1 deletions

View File

@ -42,6 +42,8 @@ jobs:
run: mv target/doc documentation_output/rustdoc
- name: Move index page
run: mv assets/www/index.html documentation_output/index.html
- name: Move CNAME file
run: mv assets/www/CNAME documentation_output/CNAME
- name: Deploy
uses: peaceiris/actions-gh-pages@v3

1
assets/www/CNAME Normal file
View File

@ -0,0 +1 @@
ld50.va3zza.com

View File

@ -4,3 +4,4 @@
2. [Getting Started](getting-started.md)
1. [Development Environment](development-environment.md)
2. [Artist Information](artist-information.md)
3. [Infrastructure Overview](infrastructure-overview.md)