From bb2a7508e385f394f788de248ddc4cb784533831 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96zg=C3=BCr=20Adem=20I=C5=9EIKLI?= Date: Sat, 23 Dec 2023 16:42:23 +0100 Subject: [PATCH] Fixed --- .github/workflows/docs.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index e459dec..0e2c302 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -12,17 +12,14 @@ jobs: with: fetch-depth: 0 - - name: Set working directory - run: cd docs && pwd - - uses: actions/setup-node@v3 with: node-version: 18 cache: npm - - run: npm install --frozen-lockfile + - run: cd docs && pwd && npm install --frozen-lockfile - name: Build - run: pwd && npm run docs:build + run: cd docs && pwd && npm run docs:build - name: Deploy uses: peaceiris/actions-gh-pages@v3