Explorar el Código

Tweak publish script

Alex Dima hace 6 años
padre
commit
f7439f5aaf
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      build/publish-website.sh

+ 1 - 1
build/publish-website.sh

@@ -4,7 +4,7 @@ REMOTE_URL="$(git remote get-url origin)"
 COMMITTER_USER_NAME="$(git log --format='%an' -1)"
 COMMITTER_EMAIL="$(git log --format='%ae' -1)"
 
-cd ../monaco-editor-website
+cd ../../monaco-editor-website
 git config user.name "${COMMITTER_USER_NAME}"
 git config user.email "${COMMITTER_EMAIL}"
 git remote add origin "${REMOTE_URL}"