File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ jobs:
177177 async function startDemo() {
178178 if (typeof Dos !== "function") {
179179 console.error("js-dos failed to load before initialization.");
180- updateStatus("The emulator runtime failed to load. Refresh the page and try again.", true);
180+ updateStatus("The js-dos runtime could not be loaded. Check your connection and try again.", true);
181181 return;
182182 }
183183
@@ -237,10 +237,10 @@ jobs:
237237 cp index.html "staging/demo/build/${SHORT_SHA}/index.html"
238238 cp hra.jsdos "staging/demo/build/${SHORT_SHA}/hra.jsdos"
239239 cp latest-redirect/index.html "staging/demo/build/latest/index.html"
240- cp /home/runner/work/DosTest/DosTest /index.html staging/index.html
241- cp /home/runner/work/DosTest/DosTest /js-dos-test.html staging/js-dos-test.html
242- cp /home/runner/work/DosTest/DosTest /jsdos-demo1.html staging/jsdos-demo1.html
243- cp /home/runner/work/DosTest/DosTest /favicon.svg staging/favicon.svg
240+ cp . /index.html staging/index.html
241+ cp . /js-dos-test.html staging/js-dos-test.html
242+ cp . /jsdos-demo1.html staging/jsdos-demo1.html
243+ cp . /favicon.svg staging/favicon.svg
244244 touch staging/.nojekyll
245245
246246 - name : Deploy demo to gh-pages
You can’t perform that action at this time.
0 commit comments