diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 95383971..77ecd210 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -18,16 +18,17 @@ 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 \ No newline at end of file +# folder: website/public + folder: output \ No newline at end of file