File tree Expand file tree Collapse file tree 2 files changed +28
-0
lines changed
Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Original file line number Diff line number Diff line change 3737 - name : Checkout code
3838 uses : actions/checkout@v4
3939
40+ - name : Set up Node.js
41+ uses : actions/setup-node@v4
42+ with :
43+ node-version : ' 24'
44+
45+ - name : Install pnpm
46+ uses : pnpm/action-setup@v4
47+ with :
48+ version : 10
49+
4050 - name : Set up Python
4151 uses : actions/setup-python@v5
4252 with :
5060 - name : Install afterpython
5161 run : uv pip install --system afterpython
5262
63+ - name : Install website dependencies
64+ run : pnpm install
65+ working-directory : ./afterpython/_website
66+
5367 - name : Build website
5468 run : ap build
5569
Original file line number Diff line number Diff line change 3737 - name : Checkout code
3838 uses : actions/checkout@v4
3939
40+ - name : Set up Node.js
41+ uses : actions/setup-node@v4
42+ with :
43+ node-version : ' 24'
44+
45+ - name : Install pnpm
46+ uses : pnpm/action-setup@v4
47+ with :
48+ version : 10
49+
4050 - name : Set up Python
4151 uses : actions/setup-python@v5
4252 with :
5060 - name : Install afterpython
5161 run : uv pip install --system afterpython
5262
63+ - name : Install website dependencies
64+ run : pnpm install
65+ working-directory : ./afterpython/_website
66+
5367 - name : Build website
5468 run : ap build
5569
You can’t perform that action at this time.
0 commit comments