mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 22:02:55 +01:00
Delete unused build definition
This commit is contained in:
parent
04742ae492
commit
0322b59e50
1 changed files with 0 additions and 21 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue