From 68cc41021114dccdbcbc9ea159e3f4bcb68061b3 Mon Sep 17 00:00:00 2001 From: LiarOnce Date: Sun, 26 May 2024 21:26:42 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3cp=E5=91=BD=E4=BB=A4=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-plugged.yml | 3 ++- .github/workflows/build-static.yml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-plugged.yml b/.github/workflows/build-plugged.yml index d13546ba9..4891077af 100644 --- a/.github/workflows/build-plugged.yml +++ b/.github/workflows/build-plugged.yml @@ -60,7 +60,8 @@ jobs: - name: Add Azure Static Web workflow run: | - cp --parents patch/azure-static-web-apps-plugged-method.yml build/.github/workflows/ + mkdir build/.github/workflows/ + cp patch/azure-static-web-apps-plugged-method.yml build/.github/workflows/ - name: Deploy to plugged branch uses: JamesIves/github-pages-deploy-action@releases/v4 diff --git a/.github/workflows/build-static.yml b/.github/workflows/build-static.yml index 98156f2ac..0ff21d6ff 100644 --- a/.github/workflows/build-static.yml +++ b/.github/workflows/build-static.yml @@ -60,7 +60,8 @@ jobs: - name: Add Azure Static Web workflow run: | - cp --parents patch/azure-static-web-apps-static-method.yml build/.github/workflows/ + mkdir build/.github/workflows/ + cp patch/azure-static-web-apps-static-method.yml build/.github/workflows/ - name: Deploy to static branch uses: JamesIves/github-pages-deploy-action@releases/v4