diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 8031eff..d6df958 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -3,8 +3,18 @@ name: "CodeQL" on: push: branches: [ "main", "development" ] + paths-ignore: + - 'docs/**' + - '*.md' + - 'LICENSE' + - '.github/workflows/deploy-docs.yml' pull_request: branches: [ "main", "development" ] + paths-ignore: + - 'docs/**' + - '*.md' + - 'LICENSE' + - '.github/workflows/deploy-docs.yml' schedule: - cron: '34 1 * * 0' diff --git a/docs/index.md b/docs/index.md index 09c0b10..f07608e 100644 --- a/docs/index.md +++ b/docs/index.md @@ -4,6 +4,9 @@ layout: home hero: name: Rapp text: Schema-Aware Binary Serialization for .NET + image: + src: /logo.svg + alt: Rapp Logo tagline: Bridging the gap between MemoryPack's raw performance and enterprise deployment safety requirements. actions: - theme: brand