## build.export_static_site()


Write a complete static attendee site.


Usage

``` python
build.export_static_site(
    quiz,
    quiz_path,
    output,
)
```


## Parameters


`quiz: QuizConfig`  
Validated presentation configuration.

`quiz_path: Path`  
Path to the YAML file, used to resolve relative inputs.

`output: Path`  
Directory that will receive the static site.


## Returns


`SlideArtifact`  
Metadata for the PDF copied into the export.


## Raises


`ConfigError`  
If the PDF, Firebase web configuration, or output cannot be prepared.
