Skip to content

Commit

Permalink
fix lock
Browse files Browse the repository at this point in the history
  • Loading branch information
thucpn committed Dec 20, 2024
1 parent e4809a8 commit 5f69fdb
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 7 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/test_build_doc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: Test Documentation Build

on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
test-docs:
name: Test Documentation Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
cache: "pnpm"
- name: Install dependencies
run: pnpm install
- name: Build documentation and Next.js app
run: pnpm run build
working-directory: apps/next
14 changes: 7 additions & 7 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5f69fdb

Please sign in to comment.