diff --git a/build.azure.ps1 b/build.azure.ps1 index 22384e7..61b94dd 100644 --- a/build.azure.ps1 +++ b/build.azure.ps1 @@ -10,11 +10,11 @@ Write-Host -ForegroundColor Blue "Creating new build.."; yarn build; Write-Host -ForegroundColor Blue "Initializing git repository"; -git config --local user.name "BotPatty"; -git config --local user.email "ci@zint.ch"; $Remote = (git remote get-url origin); Set-Location "./docs/.vuepress/dist"; git init; +git config --local user.name "BotPatty"; +git config --local user.email "ci@zint.ch"; git remote add origin $Remote; git add .; git commit -m "auto-deployment"; \ No newline at end of file diff --git a/docs/.vuepress/components/StageLoader.vue b/docs/.vuepress/components/StageLoader.vue index d7558f9..161a575 100644 --- a/docs/.vuepress/components/StageLoader.vue +++ b/docs/.vuepress/components/StageLoader.vue @@ -39,7 +39,7 @@ v-model="selectedRoute" handle=".route-drag" ghost-class="ghost" - @end="onDrageEnd" + @end="onDragEnd" >
  • @@ -194,7 +194,7 @@ export default { if (ending) this.postGameSelection; this.updateCode(); }, - onDrageEnd() { + onDragEnd() { this.updateCode(); }, onClearList() {