Skip to content

Commit a99710f

Browse files
authored
docs: removes remaining reference(s) to Netlify in the codebase (#4112)
1 parent 72f21e6 commit a99710f

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/GUIDE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Runs stylelint or eslint if any relevant assets have been updated in this PR.
6666
6767
##### 📝 Publish documentation site
6868
69-
After the build and visual regression tests have passed, this will build the documentation site and publish it to Netlify.
69+
After the build and visual regression tests have passed, this will build the documentation site and publish it to Azure.
7070
7171
##### 📸 Visual regression testing
7272
@@ -92,7 +92,7 @@ Builds the `main` branch and outputs the compiled assets as artifacts.
9292
9393
##### 📝 2. Publish site
9494
95-
Publish the documentation site to Netlify.
95+
Publish the documentation site to Azure.
9696
9797
##### 📸 3. Visual regression testing
9898

.github/workflows/development.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name:
55
# - Build the base branch and the PR branch
66
# - Compare the compiled output of the two branches
77
# - Run visual regression tests on the PR branch
8-
# - Publish the PR branch to Netlify for review
8+
# - Publish the PR branch to Azure for review
99
# -------------------------------------------------------------
1010

1111
on:

.github/workflows/production.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: Build and verify production
44
# - Build the main branch
55
# - Report on the compiled output
66
# - Run visual regression tests
7-
# - Publish the PR branch to Netlify
7+
# - Publish the PR branch to Azure
88
# -------------------------------------------------------------
99

1010
on:
@@ -58,8 +58,8 @@ jobs:
5858
secrets: inherit
5959

6060
# -------------------------------------------------------------
61-
# PUBLISH TO NETLIFY --- #
62-
# Publish to netlify by leveraging the previous build and then building the site as well
61+
# PUBLISH TO AZURE --- #
62+
# Publish to azure by leveraging the previous build and then building the site as well
6363
# -------------------------------------------------------------
6464
publish_site:
6565
name: Publish

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# Not committing the map assets, these are dev-only
88
*.map
99

10-
# Recommended update re:https://docs.netlify.com/integrations/frameworks/eleventy/
10+
# Not committing node_modules
1111
**/node_modules/**
1212

1313
temp

0 commit comments

Comments
 (0)