1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-17 16:25:31 -04:00

💡 replace dark mode script w/ similar module I just published

https://github.com/jakejarvis/dark-mode
This commit is contained in:
2021-08-06 10:52:18 -04:00
parent 00ddc53891
commit 1b46172a77
4 changed files with 325 additions and 388 deletions

View File

@@ -23,7 +23,7 @@ jobs:
snapshot:
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, '[skip ci]')"
if: "github.actor == 'jakejarvis' && !contains(github.event.head_commit.message, '[skip ci]')"
steps:
- uses: actions/checkout@v2
with: