Skip to content

Commit 6ddbe46

Browse files
authored
Update 15/umbraco-cms/tutorials/creating-and-distributing-a-package.md
1 parent 4e61f4e commit 6ddbe46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

15/umbraco-cms/tutorials/creating-and-distributing-a-package.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ When we set up our sites with Package Templates, a GitHub action is installed by
406406

407407
If you check out the `~/.github/workflows` folder in your solution, you will see there is a readme file and a build.yml file.
408408

409-
The build.yml file is used by GitHub Actions, which will perform some tasks for you when certain criteria are met. If you haven't worked with continuous integration and deployment (CI/CD) before, then this may seem like magic - but don't worry we will run through the commands.
409+
The build.yml file is used by GitHub Actions, which will perform some tasks for you when certain criteria are met. If you’re new to continuous integration and deployment (CI/CD), we’ll go through the commands together.
410410

411411
The build.yml file contains several things, let's have a quick overview:
412412

0 commit comments

Comments
 (0)