Only deploy output so we have the old files

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

View File

@ -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
# folder: website/public
folder: output