mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 08:10:11 +01:00
Find out remote address
This commit is contained in:
parent
6f2dc28949
commit
58251db14d
2 changed files with 9 additions and 8 deletions
5
.github/workflows/website.yml
vendored
5
.github/workflows/website.yml
vendored
|
|
@ -29,10 +29,9 @@ jobs:
|
|||
run: npm install
|
||||
|
||||
- name: Build website
|
||||
run: npm run build-website-ci
|
||||
run: npm run build-website
|
||||
|
||||
- name: Deploy to GitHub Pages
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: git push origin gh-pages --force
|
||||
working-directory: ../monaco-editor-website
|
||||
run: ./.github/workflows/publish-website.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue