infra: set up CI #7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -81,7 +81,7 @@ jobs:
|
||||||
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_TOKEN }}
|
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_TOKEN }}
|
||||||
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
|
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
|
||||||
run: |
|
run: |
|
||||||
netlify deploy --dir=dist > output.log
|
netlify deploy --dir=dist --json > output.log
|
||||||
echo "::set-output name=stdout::$(cat output.log)"
|
echo "::set-output name=stdout::$(cat output.log)"
|
||||||
- name: Report
|
- name: Report
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue