mirror of
https://github.com/FairwindsOps/polaris.git
synced 2026-02-14 18:09:54 +00:00
change action working-dir
This commit is contained in:
4
.github/workflows/build-site.yml
vendored
4
.github/workflows/build-site.yml
vendored
@@ -16,13 +16,15 @@ jobs:
|
||||
matrix:
|
||||
node-version: [14.x]
|
||||
|
||||
defaults:
|
||||
working-directory: ./docs-md
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Use Node.js ${{ matrix.node-version }}
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
- run: cd docs-md
|
||||
- run: npm ci
|
||||
- run: npm run check-links
|
||||
- run: |
|
||||
|
||||
Reference in New Issue
Block a user