From 5fe3288735473cb41638c75a20ca26d8071d22cb Mon Sep 17 00:00:00 2001 From: bd_ Date: Wed, 11 Oct 2023 19:14:13 +0900 Subject: [PATCH] wip --- .github/workflows/deploy-pages.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy-pages.yml b/.github/workflows/deploy-pages.yml index 68c9ae51..574b9023 100644 --- a/.github/workflows/deploy-pages.yml +++ b/.github/workflows/deploy-pages.yml @@ -119,4 +119,5 @@ jobs: uses: cloudflare/wrangler-action@v3 with: apiToken: ${{ secrets.CF_API_TOKEN }} - command: deploy --name modular-avatar-docs --old-asset-ttl 300 \ No newline at end of file + command: deploy --name modular-avatar-docs --old-asset-ttl 300 + workingDirectory: docs-site~ \ No newline at end of file