From da69b19006ef8345a760987f1873de43f8327bf6 Mon Sep 17 00:00:00 2001 From: Prince527 Date: Sat, 24 Feb 2024 18:09:04 -0400 Subject: [PATCH] Update auto.yml --- .github/workflows/auto.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto.yml b/.github/workflows/auto.yml index a9ae810e167..5287d0255bb 100644 --- a/.github/workflows/auto.yml +++ b/.github/workflows/auto.yml @@ -4,6 +4,7 @@ on: push: branches: - develop + workflow_dispatch: permissions: contents: write @@ -24,8 +25,8 @@ jobs: - name: Install dependencies run: npm install - - name: Build dependencies - run: cd node_modules/scratch-blocks && ln -s $(npm root)/google-closure-library ../closure-library --force && npm --production=false install && cd - + #- name: Build dependencies + # run: cd node_modules/scratch-blocks && ln -s $(npm root)/google-closure-library ../closure-library --force && npm --production=false install && cd - - name: Build for GitHub Pages run: npm run build