Skip to content

Commit

Permalink
解决cp命令错误的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
LiarOnce committed May 26, 2024
1 parent 89a8063 commit 68cc410
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build-plugged.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/build-static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 68cc410

Please sign in to comment.