File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ Runs stylelint or eslint if any relevant assets have been updated in this PR.
66
66
67
67
##### 📝 Publish documentation site
68
68
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 .
70
70
71
71
##### 📸 Visual regression testing
72
72
@@ -92,7 +92,7 @@ Builds the `main` branch and outputs the compiled assets as artifacts.
92
92
93
93
##### 📝 2. Publish site
94
94
95
- Publish the documentation site to Netlify .
95
+ Publish the documentation site to Azure .
96
96
97
97
##### 📸 3. Visual regression testing
98
98
Original file line number Diff line number Diff line change 5
5
# - Build the base branch and the PR branch
6
6
# - Compare the compiled output of the two branches
7
7
# - 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
9
9
# -------------------------------------------------------------
10
10
11
11
on :
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ name: Build and verify production
4
4
# - Build the main branch
5
5
# - Report on the compiled output
6
6
# - Run visual regression tests
7
- # - Publish the PR branch to Netlify
7
+ # - Publish the PR branch to Azure
8
8
# -------------------------------------------------------------
9
9
10
10
on :
58
58
secrets : inherit
59
59
60
60
# -------------------------------------------------------------
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
63
63
# -------------------------------------------------------------
64
64
publish_site :
65
65
name : Publish
Original file line number Diff line number Diff line change 7
7
# Not committing the map assets, these are dev-only
8
8
* .map
9
9
10
- # Recommended update re:https://docs.netlify.com/integrations/frameworks/eleventy/
10
+ # Not committing node_modules
11
11
** /node_modules /**
12
12
13
13
temp
You can’t perform that action at this time.
0 commit comments