Update website.yml

This commit is contained in:
Daniel Lautzenheiser 2022-09-30 11:14:49 -04:00
parent c4e544ea07
commit 375355705a

View File

@ -17,7 +17,6 @@ jobs:
cmd: --cwd website install # will run `yarn install` command cmd: --cwd website install # will run `yarn install` command
- name: Build - name: Build
uses: borales/actions-yarn@v3.0.0 uses: borales/actions-yarn@v3.0.0
working-directory: website
with: with:
cmd: --cwd website build # will run `yarn build` command cmd: --cwd website build # will run `yarn build` command
- name: Deploy - name: Deploy