Skip to content

Commit

Permalink
Update auto.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Prince527GitHub authored Feb 24, 2024
1 parent 6aa60db commit da69b19
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/auto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- develop
workflow_dispatch:

permissions:
contents: write
Expand All @@ -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
Expand Down

0 comments on commit da69b19

Please sign in to comment.