From a09486311b6e4931830abc26980777ce15a331cb Mon Sep 17 00:00:00 2001 From: long2ice Date: Sat, 25 Apr 2020 18:44:38 +0800 Subject: [PATCH] update gh-pages.yml --- .github/workflows/gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index baf1c30..58fba33 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -35,5 +35,5 @@ jobs: uses: peaceiris/actions-gh-pages@v3 with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./dist + publish_dir: ./front/dist cname: fastapi-admin.long2ice.cn \ No newline at end of file