|
|
@ -16,6 +16,7 @@ jobs: |
|
|
|
with: |
|
|
|
with: |
|
|
|
node-version: '12.x' |
|
|
|
node-version: '12.x' |
|
|
|
- name: Test Build |
|
|
|
- name: Test Build |
|
|
|
|
|
|
|
working-directory: ./website |
|
|
|
run: | |
|
|
|
run: | |
|
|
|
if [ -e yarn.lock ]; then |
|
|
|
if [ -e yarn.lock ]; then |
|
|
|
yarn install --frozen-lockfile |
|
|
|
yarn install --frozen-lockfile |
|
|
@ -34,6 +35,7 @@ jobs: |
|
|
|
with: |
|
|
|
with: |
|
|
|
node-version: '12.x' |
|
|
|
node-version: '12.x' |
|
|
|
- name: Release to GitHub Pages |
|
|
|
- name: Release to GitHub Pages |
|
|
|
|
|
|
|
working-directory: ./website |
|
|
|
env: |
|
|
|
env: |
|
|
|
USE_SSH: false |
|
|
|
USE_SSH: false |
|
|
|
GIT_USER: ${{ secrets.GIT_USER }} |
|
|
|
GIT_USER: ${{ secrets.GIT_USER }} |
|
|
|