Skip to content

Commit b298c76

Browse files
authored
Branch was updated using the 'autoupdate branch' Actions workflow.
2 parents 0cd22c2 + 32aa2d4 commit b298c76

977 files changed

Lines changed: 8204 additions & 6756 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/confirm-internal-staff-work-in-docs.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,10 @@ on:
44
issues:
55
types:
66
- opened
7-
- reopened
87
- transferred
98
pull_request_target:
109
types:
1110
- opened
12-
- reopened
1311

1412
jobs:
1513
check-team-membership:

.github/workflows/merged-notification.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ jobs:
1515
github.issues.createComment({
1616
...context.repo,
1717
issue_number: context.payload.pull_request.number,
18-
body: 'Thanks very much for contributing! Your pull request has been merged 🎉 You should see your changes appear on the site in approximately 24 hours.'
18+
body: 'Thanks very much for contributing! Your pull request has been merged 🎉 You should see your changes appear on the site in approximately 24 hours. If you're looking for your next contribution, check out our [help wanted issues](https://github.com/github/docs/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22) :zap:'
1919
})

.github/workflows/test-translations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
strategy:
5757
fail-fast: false
5858
matrix:
59-
test-group: [content, meta, rendering, routing, unit, links-and-images]
59+
test-group: [content, graphql, meta, rendering, routing, unit]
6060
steps:
6161
- name: Check out repo
6262
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f

.github/workflows/test-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
test-group: [content, meta, rendering, routing, unit]
18+
test-group: [content, graphql, meta, rendering, routing, unit]
1919
steps:
2020
- name: Check out repo
2121
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
strategy:
3939
fail-fast: false
4040
matrix:
41-
test-group: [content, meta, rendering, routing, unit, graphql]
41+
test-group: [content, graphql, meta, rendering, routing, unit]
4242
steps:
4343
# Each of these ifs needs to be repeated at each step to make sure the required check still runs
4444
# Even if if doesn't do anything

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ COPY --chown=node:node --from=install /usr/src/docs/dist /usr/src/docs/dist
4242
ENV NODE_ENV production
4343

4444
# Use Lunr instead of Algolia
45-
ENV USE_LUNR true
45+
ENV AIRGAP true
4646

4747
# Copy only what's needed to run the server
4848
COPY --chown=node:node assets ./assets
204 KB
Loading
16.7 KB
Loading
-13 KB
Loading
-28.6 KB
Loading

0 commit comments

Comments
 (0)