Merge pull request #260 from rtfpessoa/update-docs

docs: Update readme with configuration details
This commit is contained in:
Rodrigo Fernandes 2020-01-01 21:44:50 +00:00 committed by GitHub
commit 6cebab0e7f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 5 deletions

View file

@ -4,7 +4,7 @@ on: [push]
jobs:
build:
if: "!contains(github.event.head_commit.message, 'skip ci')"
if: contains(github.event.head_commit.message, '[skip ci]') == false
runs-on: ubuntu-18.04
env:
CI: true

View file

@ -9,8 +9,8 @@ on:
jobs:
version:
if:
"github.event.pull_request.merged && !contains(github.event.head_commit.message, 'skip ci') &&
!contains(github.event.head_commit.message, 'skip release')"
github.event.pull_request.merged && contains(github.event.head_commit.message, '[skip ci]') == false &&
contains(github.event.head_commit.message, '[skip release]') == false
runs-on: ubuntu-18.04
container:
image: codacy/git-version

View file

@ -9,8 +9,8 @@ on:
jobs:
build:
if:
"github.event.pull_request.merged && !contains(github.event.head_commit.message, 'skip ci') &&
!contains(github.event.head_commit.message, 'skip release')"
github.event.pull_request.merged && contains(github.event.head_commit.message, '[skip ci]') == false &&
contains(github.event.head_commit.message, '[skip release]') == false
runs-on: ubuntu-18.04
env:
CI: true

View file

@ -283,6 +283,8 @@ highlightCode(): void
- `smartSelection`: allow selection of the code without including line numbers of line prefixes: `true` or `false`,
default is `true`
> NOTE: All the options from Diff2Html are also valid configurations in Diff2HtmlUI
### Diff2HtmlUI Browser
#### Mandatory HTML resource imports