هذا الالتزام موجود في:
Chris Ayers
2023-01-11 14:17:18 -05:00
الأصل 6827094a70
التزام 6e985b67e7
2 ملفات معدلة مع 42 إضافات و8 حذوفات

عرض الملف

@@ -1,14 +1,13 @@
---
marp: true
theme: default
footer: '@Chris_L_Ayers - https://chrislayers.com'
footer: '@Chris_L_Ayers - https://chris-ayers.com'
style: |
.columns {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 1rem;
}
---
![bg](./img/bg.png)
@@ -23,7 +22,7 @@ style: |
- Twitter: @Chris\_L\_Ayers
- LinkedIn: - [chris\-l\-ayers](https://linkedin.com/in/chris-l-ayers/)
- Blog: [https://chrislayers\.com/](https://chrislayers.com/)
- Blog: [https://chris-ayers\.com/](https://chris-ayers.com/)
- GitHub: [Codebytes](https://github.com/codebytes)
---
@@ -66,7 +65,6 @@ GitHub uses YAML for workflows
![contain](./img/cicd.png)
---
![bg](./img/bg.png)
@@ -81,7 +79,7 @@ GitHub uses YAML for workflows
![bg right contain](./img/event-job.png)
# Workflows
- Events trigger workflows
- [Events](https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows) trigger workflows
- Workflows contain jobs
- Jobs contain steps
- Steps are commands or actions
@@ -91,7 +89,7 @@ GitHub uses YAML for workflows
![bg right contain](./img/job-runner.png)
# Jobs
- Workflows can contain multiple jobs
- Each job runs on a Runner
- Each job runs on a [Runner](https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners)
---
@@ -114,7 +112,7 @@ GitHub uses YAML for workflows
## Links
- [https://docs.microsoft.com/en-us/users/chrisayers/collections/ykr4sj3rzmnkqz?WT.mc_id=learnlive-20220629B](https://docs.microsoft.com/en-us/users/chrisayers/collections/ykr4sj3rzmnkqz?WT.mc_id=learnlive-20220629B)
- https://docs.github.com
- [https://skills.github.com](https://skills.github.com)
</div>
@@ -123,10 +121,13 @@ GitHub uses YAML for workflows
## Chris Ayers
- Twitter: @Chris\_L\_Ayers
- LinkedIn: - [chris\-l\-ayers](https://linkedin.com/in/chris-l-ayers/)
- Blog: [https://chrislayers\.com/](https://chrislayers.com/)
- Blog: [https://chris-ayers\.com/](https://chris-ayers.com/)
- GitHub: [Codebytes](https://github.com/codebytes)
</div>
</div>
<!-- mermaid.js -->
<script src="https://unpkg.com/mermaid@9.3.0/dist/mermaid.min.js"></script>
<script>mermaid.initialize({startOnLoad:true});</script>