Update readme and remove selfskip plugin (#18)

* Update readme and remove selfskip plugin

* Use relative links instead for images

* Private contributions
This commit is contained in:
Simon Lecoq
2020-12-12 12:19:20 +01:00
committed by GitHub
parent 1ef9cd3f6c
commit afb11b57f7
19 changed files with 638 additions and 532 deletions

10
action/dist/index.js vendored

File diff suppressed because one or more lines are too long

View File

@@ -56,7 +56,7 @@
console.log(`SVG optimization | ${optimize}`)
//GitHub user
let authenticated = github.context.repo.owner
let authenticated
try {
authenticated = (await rest.users.getAuthenticated()).data.login
}
@@ -85,7 +85,6 @@
traffic:{enabled:bool(core.getInput("plugin_traffic"))},
pagespeed:{enabled:bool(core.getInput("plugin_pagespeed"))},
habits:{enabled:bool(core.getInput("plugin_habits")), from:Number(core.getInput("plugin_habits_from")) || 100},
selfskip:{enabled:bool(core.getInput("plugin_selfskip"))},
languages:{enabled:bool(core.getInput("plugin_languages"))},
followup:{enabled:bool(core.getInput("plugin_followup"))},
music:{enabled:bool(core.getInput("plugin_music"))},