Fixed a few problems in the Jekyll smoke test
This commit is contained in:
parent
b750bcca69
commit
87c64c035e
5 changed files with 6 additions and 5 deletions
|
|
@ -33,7 +33,7 @@ gems:
|
|||
|
||||
pcjs:
|
||||
domain: pcjs.org # whereas site.url is used for linking purposes, site.pcjs.domain is used for display purposes
|
||||
version: 1.30.0 # IMPORTANT: keep pcjs.version in sync with package.json:version
|
||||
version: 1.30.1 # IMPORTANT: keep pcjs.version in sync with package.json:version
|
||||
compiled: true # by default, the compiled pcjs.version scripts will be used (eg, pcx86.js or pcx86-dbg.js)
|
||||
c1p_scripts: # if pcjs.compiled is false, the following scripts will be included instead, in the order listed
|
||||
- /modules/shared/lib/defines.js
|
||||
|
|
@ -151,6 +151,7 @@ pcjs:
|
|||
- /modules/pdp11/lib/ram.js
|
||||
- /modules/pdp11/lib/keyboard.js
|
||||
- /modules/pdp11/lib/serialport.js
|
||||
- /modules/pdp11/lib/pc11.js
|
||||
- /modules/shared/lib/debugger.js
|
||||
- /modules/pdp11/lib/debugger.js
|
||||
- /modules/pdp11/lib/computer.js
|
||||
|
|
|
|||
Loading…
Reference in a new issue