Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

Commit

Permalink
Support dark mode and theme switching
Browse files Browse the repository at this point in the history
  • Loading branch information
literalpie committed Apr 10, 2021
1 parent b0e3615 commit acccd44
Show file tree
Hide file tree
Showing 13 changed files with 1,076 additions and 3,388 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,9 @@ jobs:
- name: Test assets
run: |
cd .node
OLD=`cksum ../Resources/all.min.css`
OLD=`cksum ../Sources/swift-doc/Resources/all.min.css`
npm run build
NEW=`cksum ../Resources/all.min.css`
NEW=`cksum ../Sources/swift-doc/Resources/all.min.css`
if [[ "$OLD" != "$NEW" ]]; then
echo "Regenerated assets differ from committed version"
exit -1
Expand Down
Loading

0 comments on commit acccd44

Please sign in to comment.