diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e0ed870..b502d84 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,6 +6,9 @@ on: pull_request: branches: [ "main" ] + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: + jobs: build: name: Build @@ -35,27 +38,3 @@ jobs: uses: borales/actions-yarn@v5 with: cmd: pack - - docs: - name: Docs - runs-on: ubuntu-latest - timeout-minutes: 10 - steps: - - name: Checkout code - uses: actions/checkout@v4 - - - name: Use Node.js 20.x - uses: actions/setup-node@v4 - with: - node-version: 20.x - cache: 'npm' - - - name: Install dependencies - uses: borales/actions-yarn@v5 - with: - cmd: install --immutable - - - name: Build docs - uses: borales/actions-yarn@v5 - with: - cmd: docs