Skip to content

Commit

Permalink
Update docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jebarpg authored Nov 17, 2024
1 parent 4b805b9 commit b027395
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b027395

Please sign in to comment.