Skip to content

Commit a863298

Browse files
committed
app deploy
1 parent 11f34a1 commit a863298

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

.github/workflows/main.yml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: Deploy Docs
22

33
on:
4-
push:
5-
branches:
6-
# make sure this is the branch you are using
7-
- app
4+
workflow_run:
5+
workflows: ["CI"]
6+
types:
7+
- completed
88

99
permissions:
1010
contents: write
@@ -13,6 +13,12 @@ jobs:
1313
deploy-gh-pages:
1414
runs-on: ubuntu-latest
1515
steps:
16+
- name: Deploy app from subdirectory
17+
18+
steps:
19+
- name: git
20+
run: |
21+
git checkout app
1622
- name: Checkout
1723
uses: actions/checkout@v3
1824
with:

0 commit comments

Comments
 (0)