Skip to content

Commit 4ffe660

Browse files
committed
temp: add mobile dist for gh-pages deploy
1 parent 9f139bc commit 4ffe660

4 files changed

Lines changed: 44053 additions & 6 deletions

File tree

.github/workflows/deploy-pages.yaml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,17 @@ concurrency:
1919
cancel-in-progress: false
2020

2121
jobs:
22-
build:
23-
uses: ./.github/workflows/build-and-test.yaml
24-
with:
25-
upload-webui-artifact: true
26-
2722
deploy:
2823
name: "Deploy"
2924
environment:
3025
name: github-pages
3126
url: ${{ steps.deployment.outputs.page_url }}
3227
runs-on: ubuntu-latest
33-
needs: build
3428
steps:
29+
- uses: actions/checkout@v4
30+
- uses: actions/upload-pages-artifact@v3
31+
with:
32+
path: packages/webui/dist
3533
- name: Deploy to GitHub Pages
3634
id: deployment
3735
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)