mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Only deploy output so we have the old files
This commit is contained in:
parent
c487d95a4c
commit
78b7883b16
19
.github/workflows/deploy.yml
vendored
19
.github/workflows/deploy.yml
vendored
|
@ -18,16 +18,17 @@ jobs:
|
||||||
with:
|
with:
|
||||||
dir: 'website'
|
dir: 'website'
|
||||||
cmd: install # will run `yarn install` command
|
cmd: install # will run `yarn install` command
|
||||||
- name: Run yarn build
|
# - name: Run yarn build
|
||||||
uses: borales/actions-yarn@v4
|
# uses: borales/actions-yarn@v4
|
||||||
with:
|
# with:
|
||||||
dir: 'website'
|
# dir: 'website'
|
||||||
cmd: run build # will run `yarn test` command
|
# cmd: run build # will run `yarn test` command
|
||||||
- name: Merge
|
# - name: Merge
|
||||||
run: |
|
# run: |
|
||||||
cp -a output/. website/public/
|
# cp -a output/. website/public/
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
uses: JamesIves/github-pages-deploy-action@4.1.4
|
uses: JamesIves/github-pages-deploy-action@4.1.4
|
||||||
with:
|
with:
|
||||||
branch: gh-pages
|
branch: gh-pages
|
||||||
folder: website/public
|
# folder: website/public
|
||||||
|
folder: output
|
Loading…
Reference in New Issue
Block a user