Skip to content

Commit

Permalink
chore: set cache directory of docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
a-h committed Apr 14, 2023
1 parent 37cdf9b commit 4add6ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ concurrency:

defaults:
run:
working-directory: docs
shell: bash

jobs:
Expand All @@ -38,6 +37,7 @@ jobs:
with:
node-version: '16'
cache: npm
cache-dependency-path: "./docs/package-lock.json"
- name: Install Node.js dependencies
run: |
cd docs
Expand All @@ -49,7 +49,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
path: ./build
path: ./docs/build

deploy-docs:
environment:
Expand Down

0 comments on commit 4add6ae

Please sign in to comment.