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.
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
Original file line number Diff line number Diff line change 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
1111on :
Original file line number Diff line number Diff 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
1010on :
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
Original file line number Diff line number Diff line change 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
1313temp
You can’t perform that action at this time.
0 commit comments