File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1717
1818jobs :
1919 release-powerpoint-addin :
20- if : github.event_name == 'workflow_dispatch' || contains(github.event.head_commit.message, '#powerpo ')
20+ if : github.event_name == 'workflow_dispatch' || contains(github.event.head_commit.message, '#powerpoint ')
2121 runs-on : ubuntu-latest
2222 permissions :
2323 contents : read
2424 deployments : write
2525 defaults :
2626 run :
2727 working-directory : apps/powerpoint-addin
28+
2829 steps :
2930 - name : Checkout repository
3031 uses : actions/checkout@v4
Original file line number Diff line number Diff line change 1414 <!-- Loading Screen -->
1515 < div id ="loadingScreen " class ="flex flex-col items-center justify-center min-h-screen ">
1616 < div class ="logo-container mb-6 ">
17- < img src ="https://raw.githubusercontent.com/estruyf/vscode-demo-time/main/assets/logo/demotime-square.png "
17+ < img src ="https://raw.githubusercontent.com/estruyf/vscode-demo-time/main/apps/vscode-extension/ assets/logo/demotime-square.png "
1818 alt ="Demo Time Logo " class ="w-32 h-32 " />
1919 </ div >
2020 < div class ="spinner "> </ div >
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ interface HeaderProps {
66}
77
88export const Header : React . FC < HeaderProps > = ( {
9- logoUrl = "https://raw.githubusercontent.com/estruyf/vscode-demo-time/main/assets/logo/demotime-square.png" ,
9+ logoUrl = "https://raw.githubusercontent.com/estruyf/vscode-demo-time/main/apps/vscode-extension/ assets/logo/demotime-square.png" ,
1010 title = "Demo Time Trigger"
1111} ) => {
1212 return (
You can’t perform that action at this time.
0 commit comments