Skip to content

Commit a6a9aba

Browse files
committed
docs: update static
1 parent 4ea41d0 commit a6a9aba

File tree

1 file changed

+5
-13
lines changed

1 file changed

+5
-13
lines changed

.github/workflows/docs.yaml

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: Deploy static content to Pages
44
on:
55
# Runs on pushes targeting the default branch
66
push:
7-
branches: ["main"]
7+
branches: ["main", "develop"]
88

99
# Allows you to run this workflow manually from the Actions tab
1010
workflow_dispatch:
@@ -31,18 +31,10 @@ jobs:
3131
runs-on: ubuntu-latest
3232
steps:
3333
- name: Checkout
34-
uses: actions/checkout@v3
35-
- name: Install Node.js
36-
uses: actions/setup-node@v3
37-
with:
38-
node-version: 20
39-
- uses: pnpm/action-setup@v3
40-
with:
41-
version: 9
42-
run_install: true
43-
- name: Build packages before
44-
run: pnpm build
45-
- run: pnpm ember build --env=production
34+
uses: actions/checkout@v4
35+
- name: Pnpm install
36+
uses: wyvox/action-setup-pnpm@v3
37+
- run: pnpm turbo build
4638
working-directory: doc-app
4739
env:
4840
DEPLOY_KEY: ${{ secrets.DEPLOY_KEY }}

0 commit comments

Comments
 (0)