Skip to content

Commit a56ccf7

Browse files
Copilotluke-b
andauthored
chore: clean up pages workflow paths
Agent-Logs-Url: https://github.com/luke-b/DosTest/sessions/cdc14f62-6ce3-431a-b27a-9d205e7b522f Co-authored-by: luke-b <1448891+luke-b@users.noreply.github.com>
1 parent 5fa38ed commit a56ccf7

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/borland-dos-pipeline.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)