From 5c96044ffafbe7e20be648e73dda85bd480c9786 Mon Sep 17 00:00:00 2001 From: Zhaofeng Li Date: Thu, 18 Nov 2021 13:30:36 -0800 Subject: [PATCH] .github: Fix wrong output in copy --- .github/workflows/manual.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/manual.yml b/.github/workflows/manual.yml index 7ab0feb..7869486 100644 --- a/.github/workflows/manual.yml +++ b/.github/workflows/manual.yml @@ -45,7 +45,7 @@ jobs: # Ugly hack so it has permission to delete the worktree afterwards - name: Copy redirect farm - run: cp --no-preserve=mode -r out/ redirect-farm/ + run: cp --no-preserve=mode -r out-redirectFarm/ redirect-farm/ - name: Deploy redirect farm uses: JamesIves/github-pages-deploy-action@4.1.5