summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorYuki Okushi <huyuumi.dev@gmail.com>2020-10-15 09:48:30 +0900
committerYuki Okushi <huyuumi.dev@gmail.com>2020-10-15 09:48:30 +0900
commit1294a291e1a0edee14b34b9136443dd3292b2292 (patch)
treea16e416bc1993d2db831e636a4f6f4fefaeb53e7 /ci
parentd1d64b17315edbc964ca8642e15ade0f6f017364 (diff)
downloadrust-libc-1294a291e1a0edee14b34b9136443dd3292b2292.tar.gz
Upload documentation to gh-pages from GHA
Diffstat (limited to 'ci')
-rw-r--r--ci/azure-master.yml22
1 files changed, 0 insertions, 22 deletions
diff --git a/ci/azure-master.yml b/ci/azure-master.yml
deleted file mode 100644
index c61e2b4c2c..0000000000
--- a/ci/azure-master.yml
+++ /dev/null
@@ -1,22 +0,0 @@
-variables:
- - group: secrets
-resources:
- repositories:
- - repository: rustinfra
- type: github
- name: rust-lang/simpleinfra
- endpoint: gnzlbg
-trigger: ["master"]
-pr: ["master"]
-
-jobs:
- - job: StyleAndDocs
- pool:
- vmImage: ubuntu-18.04
- steps:
- - template: azure-install-rust.yml
- - script: LIBC_CI=1 sh ci/dox.sh
- displayName: Generate documentation
- - template: azure-configs/static-websites.yml@rustinfra
- parameters:
- deploy_dir: target/doc