Skip to content

Commit 3443791

Browse files
Merge pull request #35 from Githubguy132010/update-documentation
πŸ“š Documentation Update
2 parents 05f7829 + 771ef3c commit 3443791

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed

β€Žworkflows_doc.mdβ€Ž

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
## πŸ”„ Automated Workflows
2+
3+
This project uses the following GitHub Actions workflows:
4+
5+
### Validate and Test Build
6+
7+
File: `build-check.yaml`
8+
9+
Triggered by:
10+
- πŸ”˜ Manual trigger
11+
- ⏰ Scheduled: `0 0 * * *`
12+
- πŸ”„ Pull request
13+
14+
### Build ISO
15+
16+
File: `build.yaml`
17+
18+
Triggered by:
19+
- πŸ”˜ Manual trigger
20+
- ⏰ Scheduled: `0 0 * * *`
21+
- πŸ“€ Push to repository
22+
23+
### Check to make sure Dockerfile works
24+
25+
File: `dockerfile-check.yaml`
26+
27+
Triggered by:
28+
- πŸ”˜ Manual trigger
29+
- ⏰ Scheduled: ``
30+
- πŸ”„ Pull request
31+
32+
### Update Documentation
33+
34+
File: `update-docs.yaml`
35+
36+
Triggered by:
37+
- πŸ”˜ Manual trigger
38+
- ⏰ Scheduled: `" -f2)`
39+
- πŸ“€ Push to repository
40+
- πŸ”„ Pull request
41+
42+
### Update Packages
43+
44+
File: `update-packages.yaml`
45+
46+
Triggered by:
47+
- πŸ”˜ Manual trigger
48+
- ⏰ Scheduled: `0 2 * * *`
49+

0 commit comments

Comments
Β (0)