From 023dbfbd544d00e2a4cbacbe743674526ec964e9 Mon Sep 17 00:00:00 2001 From: thepaperpilot Date: Fri, 11 Mar 2022 00:55:11 -0600 Subject: [PATCH] Fixed workflow --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 34486e0d..b12cb019 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -23,4 +23,4 @@ jobs: uses: JamesIves/github-pages-deploy-action@v4.2.5 with: branch: gh-pages # The branch the action should deploy to. - folder: .vitepress/dist # The folder the action should deploy. + folder: docs/.vitepress/dist # The folder the action should deploy.