1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-19 11:21:39 +03:00

Remove azure GH page build

This commit is contained in:
Wez Furlong 2019-12-29 21:40:54 -08:00
parent 76c1dff6b3
commit 13582adddf

View File

@ -1,16 +0,0 @@
# vim:et:sw=2:ts=2:
schedules:
- cron: '50 * * * *'
displayName: "scheduled GH Pages re-deploy"
branches:
include: ['master']
jobs:
- job: 'Rebuild_GH_Pages'
pool:
vmImage: 'ubuntu-16.04'
steps:
- bash: 'curl -u wez:$(github.pat) -X POST https://api.github.com/repos/wez/wezterm/pages/builds -H "Accept: application/vnd.github.mister-fantastic-preview+json"'
displayName: request github pages rebuild