Skip to content

docs: yarn and pnpm cmds need to explicitly list peer to install (#585) #357

docs: yarn and pnpm cmds need to explicitly list peer to install (#585)

docs: yarn and pnpm cmds need to explicitly list peer to install (#585) #357

Workflow file for this run

name: Deploy to Juno
on:
workflow_dispatch:
push:
branches: [main]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Prepare
uses: ./.github/actions/prepare
- name: Deploy to Juno
uses: junobuild/juno-action@main
with:
args: hosting deploy
env:
JUNO_TOKEN: ${{ secrets.JUNO_TOKEN }}