Skip to content

chore(docs): wing by example now comes from the wing monorpo #1632

chore(docs): wing by example now comes from the wing monorpo

chore(docs): wing by example now comes from the wing monorpo #1632

Workflow file for this run

name: Build
on:
pull_request: {}
workflow_dispatch: {}
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install dependencies
run: npm install
- name: Build
run: npm run build
env:
DOCUSAURUS_URL: https://www.winglang.io