0d75c08f6a
Replace the conditional Docker login check with a direct, non-interactive authentication call that fails immediately on invalid credentials. Update comments to clarify skopeo versus Docker credential store behavior. Additionally, add `freeze: auto` to the Quarto configuration to automatically cache code cell outputs, preventing redundant re-computation and optimizing build performance.
14 lines
173 B
YAML
14 lines
173 B
YAML
project:
|
|
type: default
|
|
output-dir: _output
|
|
post-render:
|
|
- scripts/copy-to-web.sh
|
|
|
|
execute:
|
|
freeze: auto
|
|
|
|
format:
|
|
html:
|
|
toc: false
|
|
self-contained: true
|