From df70ed50e2f818207ecea62af458d132ace2e4e9 Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Fri, 18 Mar 2022 10:31:03 -0400 Subject: [PATCH] cnaming --- .github/workflows/gen-docs.yml | 2 ++ assets/www/CNAME | 1 + docs/SUMMARY.md | 3 ++- 3 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 assets/www/CNAME diff --git a/.github/workflows/gen-docs.yml b/.github/workflows/gen-docs.yml index 54da0ad5..a8f7ee6b 100644 --- a/.github/workflows/gen-docs.yml +++ b/.github/workflows/gen-docs.yml @@ -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 diff --git a/assets/www/CNAME b/assets/www/CNAME new file mode 100644 index 00000000..468fec88 --- /dev/null +++ b/assets/www/CNAME @@ -0,0 +1 @@ +ld50.va3zza.com \ No newline at end of file diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md index 894497b6..4b4bf82a 100644 --- a/docs/SUMMARY.md +++ b/docs/SUMMARY.md @@ -3,4 +3,5 @@ 1. [Introduction](introduction.md) 2. [Getting Started](getting-started.md) 1. [Development Environment](development-environment.md) - 2. [Artist Information](artist-information.md) \ No newline at end of file + 2. [Artist Information](artist-information.md) + 3. [Infrastructure Overview](infrastructure-overview.md) \ No newline at end of file