Skip to content

Commit 9c16de9

Browse files
New docs site
1 parent 92e33c9 commit 9c16de9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ jobs:
4141
id: pages
4242
uses: actions/configure-pages@v4
4343
- name: Install dependencies
44-
run: "cd docs && [[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
44+
run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
45+
working-directory: ./docs
4546
- name: Build production website
4647
env:
4748
HUGO_ENVIRONMENT: production
@@ -51,6 +52,7 @@ jobs:
5152
npm run build \
5253
-- \
5354
--baseURL "${{ steps.pages.outputs.base_url }}/"
55+
working-directory: ./docs
5456
- name: Copy to backslashphp/backslashphp.github.io
5557
uses: peaceiris/actions-gh-pages@v4
5658
with:

0 commit comments

Comments
 (0)