1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-19 17:45:31 -04:00
This commit is contained in:
2020-01-19 18:19:34 -05:00
parent f51e912632
commit 96e3130ba5
12 changed files with 35 additions and 41 deletions

View File

@@ -31,16 +31,11 @@ jobs:
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-yarn-
- name: Install dependencies
run: yarn install --no-ignore-optional --frozen-lockfile
- name: Hugo version
run: yarn debug:hugo
- name: Build Hugo
run: yarn build:preview
- name: Lint Styles
run: yarn lint:sass
- name: Lint Markdown
run: yarn lint:markdown
- run: yarn install --no-ignore-optional --frozen-lockfile
- run: yarn debug:hugo
- run: yarn build:preview
- run: yarn lint
continue-on-error: true
- uses: actions/upload-artifact@v1
if: github.event_name == 'pull_request'
with: