Skip to content

Commit

Permalink
chore: update js build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideIadeluca committed Jan 4, 2024
1 parent a9e2376 commit ae29ada
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 68 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
# Our action will install node, npm and yarn, cd into `./js`, run `yarn run build` (and
# `yarn run build-typings` if desired), then commit and upload any changes
- name: Build production JS
uses: flarum/action-build@3
uses: flarum/action-build@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
build_script: build
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
# Our action will install node, npm and yarn, cd into `./js`, run `yarn run build` (and
# `yarn run build-typings` if desired). It will NOT commit and upload.
- name: Build production JS
uses: flarum/action-build@3
uses: flarum/action-build@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
build_script: build
Expand Down
66 changes: 0 additions & 66 deletions .github/workflows/js.yml

This file was deleted.

0 comments on commit ae29ada

Please sign in to comment.