Skip to content

chore: fix docs auto update #568

chore: fix docs auto update

chore: fix docs auto update #568

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@v3
- name: Install dependencies
run: npm install
- name: Build
run: npm run build
env:
DOCUSAURUS_URL: https://docs.winglang.io