This repository was archived by the owner on Jun 1, 2023. It is now read-only.
This repository was archived by the owner on Jun 1, 2023. It is now read-only.
all.css
file doesn't contain actual CSS #198
Closed
Description
Steps to reproduce (steps for purely macOS builds not available due to #197):
- Run
docker run --entrypoint /bin/bash -it swiftdoc/swift-doc
- In the container shell prompt run
apt-get update && apt-get install git
- Run
git clone https://github.com/swiftwasm/JavaScriptKit && cd JavaScriptKit
- Run
swift-doc generate --base-url "/JavaScriptKit" --module-name JavaScriptKit --format html Sources
- Run
cat .build/documentation/all.css
Expected result: valid CSS.
Actual result: Found
output, can also be seen deployed to GitHub Pages.