Update compile-web-panel.yml
This commit is contained in:
parent
526524ea11
commit
b93d52df82
1 changed files with 3 additions and 3 deletions
6
.github/workflows/compile-web-panel.yml
vendored
6
.github/workflows/compile-web-panel.yml
vendored
|
@ -19,8 +19,8 @@ jobs:
|
|||
with:
|
||||
repository: ${{ github.repository }}
|
||||
- name: Npm install
|
||||
working-directory: ./web
|
||||
uses: actions/setup-node@v3
|
||||
working-directory: ./web
|
||||
with:
|
||||
node-version: 16
|
||||
cache: 'npm'
|
||||
|
@ -33,8 +33,8 @@ jobs:
|
|||
id: composer-cache
|
||||
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
|
||||
- name: Cache composer dependencies
|
||||
working-directory: ./web
|
||||
uses: actions/cache@v3
|
||||
working-directory: ./web
|
||||
with:
|
||||
path: ${{ steps.composer-cache.outputs.dir }}
|
||||
# Use composer.json for key, if composer.lock is not committed.
|
||||
|
@ -51,8 +51,8 @@ jobs:
|
|||
run: composer dump-autoload
|
||||
|
||||
- name: Inject slug/short variables
|
||||
working-directory: ./web
|
||||
uses: rlespinasse/github-slug-action@v3.x
|
||||
working-directory: ./web
|
||||
|
||||
- name: Zip the files
|
||||
working-directory: ./web
|
||||
|
|
Loading…
Add table
Reference in a new issue