diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index b988417..b885044 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -28,7 +28,7 @@ jobs: run: git clone https://github.com/200ok-ch/organice organice_repo - name: Build Organice - run: cd organice_repo && yarn build && yarn cache clean && rm -rf node_modules && rm -rf .git + run: cd organice_repo && yarn install && yarn build && yarn cache clean && rm -rf node_modules && rm -rf .git - name: Copy Organice into gavin run: cp -r organice_repo/build organice