diff --git a/.github/workflows/deployghpages.yml b/.github/workflows/deployghpages.yml index a31f1753e..9a07e63a9 100644 --- a/.github/workflows/deployghpages.yml +++ b/.github/workflows/deployghpages.yml @@ -21,9 +21,10 @@ jobs: node-version: 18 cache: npm - - name: Install dependencies + - name: Change dir run: cd docs - npm ci + - name: Install dependencies + run: npm ci - name: Build website run: npm run build