File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 run_install : true
2929
3030 - name : Set up Node.js
31- uses : actions/setup-node@v6
31+ uses : actions/setup-node@v7
3232 with :
33- node-version : 24
33+ node-version : 26
3434 cache : " pnpm"
3535
3636 - name : Setup Pages
Original file line number Diff line number Diff line change 1919 run_install : true
2020
2121 - name : Set up Node.js
22- uses : actions/setup-node@v6
22+ uses : actions/setup-node@v7
2323 with :
24- node-version : 24
24+ node-version : 26
2525 cache : " pnpm"
2626
2727 - name : Build
Original file line number Diff line number Diff line change 1+ version : 2
2+
3+ build :
4+ os : ubuntu-lts-latest
5+ tools :
6+ nodejs : " 26"
7+ commands :
8+ - npm install -g corepack
9+ - corepack enable
10+ - pnpm install --frozen-lockfile
11+ - pnpm build
12+ - mkdir -p $READTHEDOCS_OUTPUT/html
13+ - cp -r dist/* $READTHEDOCS_OUTPUT/html/
You can’t perform that action at this time.
0 commit comments