From efb7f27d7da46f6a878dcd7a36019b9f4872a5fe Mon Sep 17 00:00:00 2001 From: jlooper Date: Sun, 24 Sep 2023 17:12:38 -0400 Subject: [PATCH] source folder edit --- .github/workflows/vuepress-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/vuepress-deploy.yml b/.github/workflows/vuepress-deploy.yml index 1eccd3b..74288d0 100644 --- a/.github/workflows/vuepress-deploy.yml +++ b/.github/workflows/vuepress-deploy.yml @@ -28,6 +28,6 @@ jobs: uses: peaceiris/actions-gh-pages@v3 with: github_token: ${{ secrets.ACCESS_TOKEN }} - publish_dir: ./src/.vuepress/dist + publish_dir: /.vuepress/dist user_name: 'jlooper' user_email: 'jen@ladeezfirstmedia.com' \ No newline at end of file