Skip to content

Commit

Permalink
加参数
Browse files Browse the repository at this point in the history
  • Loading branch information
LiarOnce committed May 26, 2024
1 parent 68cc410 commit d41524c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-plugged.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Add Azure Static Web workflow
run: |
mkdir build/.github/workflows/
mkdir -p build/.github/workflows/
cp patch/azure-static-web-apps-plugged-method.yml build/.github/workflows/
- name: Deploy to plugged branch
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Add Azure Static Web workflow
run: |
mkdir build/.github/workflows/
mkdir -p build/.github/workflows/
cp patch/azure-static-web-apps-static-method.yml build/.github/workflows/
- name: Deploy to static branch
Expand Down

0 comments on commit d41524c

Please sign in to comment.