Skip to content

Commit

Permalink
Update publish.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
TheUltDev committed Apr 14, 2024
1 parent d6a59e8 commit 7b02d5a
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
permissions:
contents: write
jobs:
setup:
build:
runs-on: ubuntu-latest
concurrency: ci-${{github.ref}}
steps:
Expand All @@ -15,16 +15,14 @@ jobs:
uses: pnpm/action-setup@v3
- name: Install Dependencies
run: pnpm install
web:
needs: setup
- name: Build App
run: pnpm build
deploy:
needs: build
runs-on: ubuntu-latest
concurrency: ci-${{github.ref}}
steps:
- name: Add PNPM
uses: pnpm/action-setup@v3
- name: Build App
run: pnpm build
- name: Deploy App
- name: Deploy Web
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: output/client/web

0 comments on commit 7b02d5a

Please sign in to comment.