File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,15 +21,15 @@ jobs:
2121 runs-on : ubuntu-latest
2222 steps :
2323 - name : Checkout
24- uses : actions/checkout@v4
24+ uses : actions/checkout@v6
2525
2626 - name : Copy shared assets
2727 run : node scripts/copy-shared.js
2828
2929 - name : Copy newtab to demo
3030 run : |
3131 mkdir -p demo
32- cp packages/newtab/src/ newtab.html demo/index.html
32+ cp packages/newtab/newtab.html demo/index.html
3333 cp packages/newtab/styles.css demo/
3434 cp packages/newtab/script.js demo/
3535 cp packages/newtab/preload.js demo/
3939 uses : actions/configure-pages@v5
4040
4141 - name : Upload artifact
42- uses : actions/upload-pages-artifact@v3
42+ uses : actions/upload-pages-artifact@v4
4343 with :
4444 path : " demo"
4545
Original file line number Diff line number Diff line change 3434 }
3535 },
3636 "chrome_url_overrides" : {
37- "newtab" : " src/ newtab.html"
37+ "newtab" : " newtab.html"
3838 }
3939}
Original file line number Diff line number Diff line change 77 < title > NoteKeeper</ title >
88 < meta name ="description "
99 content ="NoteKeeper is a Firefox extension that transforms the New Tab into a minimalist, auto-saving text editor. ">
10- < link rel ="icon " type ="image/svg+xml " href ="../ icon.svg " />
11- < link rel ="stylesheet " href ="../ styles.css " />
12- < script src ="../ preload.js "> </ script >
10+ < link rel ="icon " type ="image/svg+xml " href ="icon.svg " />
11+ < link rel ="stylesheet " href ="styles.css " />
12+ < script src ="preload.js "> </ script >
1313</ head >
1414
1515< body >
1616 < header >
1717 < div style ="display: flex; align-items: center; gap: 0.25rem; ">
18- < img src ="../ icon.svg " alt ="NoteKeeper Logo " width ="24 " height ="24 " />
18+ < img src ="icon.svg " alt ="NoteKeeper Logo " width ="24 " height ="24 " />
1919 < span class ="brand "> NoteKeeper</ span >
2020 </ div >
2121
8181 </ div >
8282 </ footer >
8383
84- < script type ="text/javascript " src ="../ script.js "> </ script >
84+ < script type ="text/javascript " src ="script.js "> </ script >
8585</ body >
8686
8787</ html >
You can’t perform that action at this time.
0 commit comments