mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
Fixed canary build after yarn
command changes
refs 7e6800b2b8
- referenced commit deprecated `grunt main` in favor of `yarn main` but
this wasn't updated so we never installed dependencies for Admin,
which caused the build to break
- this commit switches to the new command
This commit is contained in:
parent
541fb4d2db
commit
6eba445f23
1 changed files with 1 additions and 1 deletions
2
.github/workflows/canary.yml
vendored
2
.github/workflows/canary.yml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
|||
git config --global user.email "ghost@example.com"
|
||||
|
||||
- run: yarn
|
||||
- run: grunt main
|
||||
- run: yarn main
|
||||
|
||||
- run: echo "ghost_hash=$(git rev-parse --short HEAD)" >> $GITHUB_ENV
|
||||
- run: echo "ghost_admin_hash=$(git rev-parse --short HEAD)" >> $GITHUB_ENV
|
||||
|
|
Loading…
Add table
Reference in a new issue