diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 77ecd210..ad5c6d07 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -18,17 +18,16 @@ jobs: with: dir: 'website' cmd: install # will run `yarn install` command -# - name: Run yarn build -# uses: borales/actions-yarn@v4 -# with: -# dir: 'website' -# cmd: run build # will run `yarn test` command -# - name: Merge -# run: | -# cp -a output/. website/public/ + - name: Run yarn build + uses: borales/actions-yarn@v4 + with: + dir: 'website' + cmd: run build # will run `yarn test` command + - name: Merge + run: | + cp -a output/. website/public/ - name: Deploy uses: JamesIves/github-pages-deploy-action@4.1.4 with: branch: gh-pages -# folder: website/public - folder: output \ No newline at end of file + folder: website/public