Delete unused build definition

pull/2778/head
Alex Dima 3 years ago
parent 04742ae492
commit 0322b59e50
No known key found for this signature in database
GPG Key ID: 39563C1504FDD0C9

@ -1,21 +0,0 @@
# Builds and publishes the Monaco Editor website
pool:
vmImage: 'ubuntu-latest'
steps:
- task: NodeTool@0
inputs:
versionSpec: '12.x'
displayName: 'Install Node.js'
- script: |
npm install
npm run build-website
displayName: 'Build website'
- script: |
./build/publish-website.sh
env:
GITHUB_TOKEN: $(GITHUB_TOKEN)
displayName: 'Publish website'
Loading…
Cancel
Save