Now that the file is there we can use the gatsby build

This commit is contained in:
ligi 2023-01-23 08:14:14 +01:00
parent 78b7883b16
commit ee78eae704
No known key found for this signature in database
GPG Key ID: 8E81894010ABF23D

View File

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