Skip to content

Commit

Permalink
fix deploy ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Nek-12 committed Dec 25, 2024
1 parent b2ed6b1 commit 3b3ae74
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,14 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 23
cache: yarn

- name: Install dependencies
run: cd docs && yarn install --frozen-lockfile
cache: npm
cache-dependency-path: './docs/package-lock.json'

- name: Update docs/README.md
run: cp ./README.md ./docs/docs/README.md

- name: Build website
run: cd docs && yarn build
run: cd docs && npm run build

- name: Generate docs
run: ./gradlew dokkaGenerate
Expand Down

0 comments on commit 3b3ae74

Please sign in to comment.