diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 0e87ce0..f8cab56 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -14,21 +14,21 @@ jobs: - name: 📂 Check out Git repository uses: actions/checkout@v4 - - name: 🛠️ Set up Node.js - uses: actions/setup-node@v4 - with: - node-version: ${{ matrix.node }} + #- name: 🛠️ Set up Node.js + # uses: actions/setup-node@v4 + # with: + # node-version: ${{ matrix.node }} - name: 🛠️ Set up Bun.sh uses: oven-sh/setup-bun@v2 with: bun-version: latest - - name: 📦 Install Node.js dependencies with Node.js - run: npm ci + #- name: 📦 Install Node.js dependencies with Node.js + # run: npm ci - name: 📦 Install Node.js dependencies with Bun - run: bun install --frozen-lockfile + run: bun install - name: 🏗️ 📝 Build Project Documentation run: bun run docs