Skip to content

Commit

Permalink
Update github-pages-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Xilophor authored Jan 8, 2024
1 parent d44acb7 commit fee0444
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/github-pages-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ concurrency:

defaults:
run:
working-directory: ./app
working-directory: ./docs

jobs:
# Build job
Expand All @@ -44,6 +44,7 @@ jobs:
with:
node-version: 18
cache: npm # or pnpm / yarn
cache-dependency-path: docs/package-json.lock
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Install dependencies
Expand Down

0 comments on commit fee0444

Please sign in to comment.