Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions umbraco-cloud/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
* [Advanced Setup: Deploy to multiple targets](set-up/project-settings/umbraco-cicd/samplecicdpipeline/advanced-multiple-targets.md)
* [Migrate from V1 to V2](set-up/project-settings/umbraco-cicd/samplecicdpipeline/migrate.md)
* [Deployment Artifact best practice](set-up/project-settings/umbraco-cicd/samplecicdpipeline/artifact-best-practice.md)
* [Azure DevOps V1](set-up/project-settings/umbraco-cicd/samplecicdpipeline/v1-azure-devops.md)
* [GitHub Actions V1](set-up/project-settings/umbraco-cicd/samplecicdpipeline/v1-github-actions.md)
* [Azure DevOps v1](set-up/project-settings/umbraco-cicd/samplecicdpipeline/azure-devops-v1.md)
* [GitHub Actions v1](set-up/project-settings/umbraco-cicd/samplecicdpipeline/github-actions-v1.md)
* [Troubleshooting](set-up/project-settings/umbraco-cicd/Troubleshooting.md)
* [Known Limitations and Considerations](set-up/project-settings/umbraco-cicd/KnownLimitationsAndConsiderations.md)
* [External Services](set-up/project-settings/external-services.md)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
hidden: true
---

# Azure DevOps V1
# Azure DevOps v1

Before setting up the pipeline in Azure DevOps, make sure that the following steps from the [Configuring a CI/CD pipeline](./) are done:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
hidden: true
---

# GitHub Actions V1
# GitHub Actions v1

Before setting up the pipeline in GitHub, make sure that the following steps from the [Configuring a CI/CD pipeline](./) are done:

Expand Down