From 9443ca2d59432317ff762bddccb952f38563f9ae Mon Sep 17 00:00:00 2001 From: Zoey Date: Wed, 18 Aug 2021 14:13:01 -0700 Subject: [PATCH] Remove docs directory --- .github/workflows/main.yml | 2 +- docs/404.html | 15 --------------- docs/CNAME | 1 - docs/index.html | 15 --------------- docs/static/site.css | 4 ---- docs/test.html | 15 --------------- site/config.yaml | 1 - 7 files changed, 1 insertion(+), 52 deletions(-) delete mode 100644 docs/404.html delete mode 100644 docs/CNAME delete mode 100644 docs/index.html delete mode 100644 docs/static/site.css delete mode 100644 docs/test.html diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ecda179..c51d23c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -41,4 +41,4 @@ jobs: uses: peaceiris/actions-gh-pages@v3 with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./docs + publish_dir: ./site/build diff --git a/docs/404.html b/docs/404.html deleted file mode 100644 index 1858501..0000000 --- a/docs/404.html +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - -zoey.dev - - -

404 Not Found

-

The page or resource requested does not exist. Back to home

- - - - diff --git a/docs/CNAME b/docs/CNAME deleted file mode 100644 index 4f4531a..0000000 --- a/docs/CNAME +++ /dev/null @@ -1 +0,0 @@ -zoey.dev \ No newline at end of file diff --git a/docs/index.html b/docs/index.html deleted file mode 100644 index 677956d..0000000 --- a/docs/index.html +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - -zoey.dev - - -

Welcome

-

Welcome to the site!

- - - - diff --git a/docs/static/site.css b/docs/static/site.css deleted file mode 100644 index 2b8ee27..0000000 --- a/docs/static/site.css +++ /dev/null @@ -1,4 +0,0 @@ -body { - font-family: sans-serif; - margin: 0; -} diff --git a/docs/test.html b/docs/test.html deleted file mode 100644 index 2bea8ee..0000000 --- a/docs/test.html +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - -zoey.dev / Test Page - - -

Heading

-

Hi there.

- - - - diff --git a/site/config.yaml b/site/config.yaml index 3e7ea38..7f3005e 100644 --- a/site/config.yaml +++ b/site/config.yaml @@ -1,4 +1,3 @@ base_url: "https://zoey.dev" title: zoey.dev description: "Zoey's site." -build: ../docs