From 316bbe4914ac2a73adab499cff7a5f9f9dde42bf Mon Sep 17 00:00:00 2001 From: Alice Cecile Date: Sun, 4 Apr 2021 21:33:06 -0400 Subject: [PATCH] Coordinating directories Should match config.yml --- .github/workflows/gh-pages.yml | 2 +- .gitignore | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 82ce7cc..70e9ca8 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -27,4 +27,4 @@ jobs: uses: peaceiris/actions-gh-pages@v3 with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./public + publish_dir: ./docs diff --git a/.gitignore b/.gitignore index d70ebaa..8c47fb7 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -public \ No newline at end of file +public +docs \ No newline at end of file