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:
|
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