Skip to content

Commit bdc7cf9

Browse files
Update README.md
1 parent 1f220e6 commit bdc7cf9

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ For instructors: please see [these instructions in the section below](https://gi
88
## Capabilities of this Quarto-based Template
99

1010
- Create a basic class website by modifying content online at github.com or in a GitHub repository.
11+
- Accessibility audit of the deployed website.
1112

1213

1314
## Instructions for Course Staff
@@ -111,6 +112,12 @@ In addition to standard SCF instructions for setting up the GitHub organization,
111112

112113
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.
113114

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+
114121
### README Content for Actual Class Repositories
115122

116123
This is the repository for the course website and course material for Department XYZ for Fall 2024.

0 commit comments

Comments
 (0)