You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@ For instructors: please see [these instructions in the section below](https://gi
8
8
## Capabilities of this Quarto-based Template
9
9
10
10
- Create a basic class website by modifying content online at github.com or in a GitHub repository.
11
+
- Accessibility audit of the deployed website.
11
12
12
13
13
14
## Instructions for Course Staff
@@ -111,6 +112,12 @@ In addition to standard SCF instructions for setting up the GitHub organization,
111
112
112
113
c. Enable the team to manage the new repo. Visit https://github.com/berkeley-statXYZ/fall-2024/settings/access choose "Add teams". Type the previously created team name and set the role to `Maintain`. This lets the team members do most things other than managing security or deleting the repo.
113
114
115
+
## GitHub Actions
116
+
GitHub Actions in this repository run in a chain.
117
+
1. First, `publish.yml` renders changes to source files and places the rendered files in the `gh-pages` branch.
118
+
2. Then, `pages-build-deployment` deploys the rendered changes to the site.
119
+
3. Finally, `a11y.yml` audits the site for accessibility violations.
120
+
114
121
### README Content for Actual Class Repositories
115
122
116
123
This is the repository for the course website and course material for Department XYZ for Fall 2024.
0 commit comments