forked from tock/tock
-
Notifications
You must be signed in to change notification settings - Fork 0
34 lines (28 loc) · 924 Bytes
/
mergequeue_docs.yml
File metadata and controls
34 lines (28 loc) · 924 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Licensed under the Apache License, Version 2.0 or the MIT License.
# SPDX-License-Identifier: Apache-2.0 OR MIT
# Copyright Tock Contributors 2023.
# Netlify's own CI builds both deploy previews for PRs, as well as the
# production deploy for the master branch. We use this workflow purely as we
# can't have Netlify build the wildcard gh-readonly-queue/* branches. This
# workflow thus ensures that docs build successfully (albeit not in the exact
# same environment as Netlify's).
#
# See issue #3428 for more information.
name: docs-ci
env:
TERM: dumb # Identical to Netlify build environment
on:
merge_group:
permissions:
contents: read
jobs:
ci-docs:
strategy:
matrix:
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- # This also sets up the rustup environment
name: ci-netlify-build
run: tools/ci/netlify-build.sh