mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Now that the file is there we can use the gatsby build
This commit is contained in:
parent
78b7883b16
commit
ee78eae704
19
.github/workflows/deploy.yml
vendored
19
.github/workflows/deploy.yml
vendored
|
@ -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
|
||||
folder: website/public
|
||||
|
|
Loading…
Reference in New Issue
Block a user