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