Skip to content

Commit

Permalink
Merge pull request #36 from blockchaintp/feature/DOPS-27
Browse files Browse the repository at this point in the history
ci(github): remove readthedocs check and replace with vercel
  • Loading branch information
alexhq committed Apr 25, 2023
2 parents f0df79b + 01cf4ef commit 1453afa
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 23 deletions.
1 change: 0 additions & 1 deletion .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ branches:
- SonarCloud Code Analysis
- License Compliance
- continuous-integration/jenkins/pr-head
- docs/readthedocs.com:btp-daml-on-besu
# Required. Enforce all configured restrictions for administrators. Set
# to true to enforce required status checks for repository administrators.
# Set to null to disable.
Expand Down
16 changes: 8 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ default_language_version:
python: python3
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.4.0
hooks:
- id: check-added-large-files
- id: check-case-conflict
Expand All @@ -27,16 +27,16 @@ repos:
- '^(?!((fix|feature|refactor)\/[a-zA-Z0-9\-]+)$).*'
- id: trailing-whitespace
- repo: https://github.com/commitizen-tools/commitizen
rev: v2.31.0
rev: v2.42.1
hooks:
- id: commitizen
stages: [commit-msg]
- repo: https://github.com/gruntwork-io/pre-commit
rev: v0.1.17
rev: v0.1.20
hooks:
- id: helmlint
- repo: https://github.com/gherynos/pre-commit-java
rev: v0.2.0
rev: v0.2.4
hooks:
- id: checkstyle
args:
Expand Down Expand Up @@ -65,15 +65,15 @@ repos:
- "2"
- -ci
- repo: https://github.com/markdownlint/markdownlint
rev: v0.11.0
rev: v0.12.0
hooks:
- id: markdownlint
- repo: https://github.com/pre-commit/mirrors-eslint
rev: v8.22.0
rev: v8.38.0
hooks:
- id: eslint
- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.3.0
rev: v1.5.1
hooks:
- id: forbid-tabs
exclude: "^(.*/?Makefile|.*.mk|.*.go)$"
Expand All @@ -89,7 +89,7 @@ repos:
- id: fmt
- id: cargo-check
- repo: https://github.com/adrienverge/yamllint
rev: v1.27.1
rev: v1.30.0
hooks:
- id: yamllint
exclude: ".*/templates/.*"
Expand Down
14 changes: 0 additions & 14 deletions .readthedocs.yaml

This file was deleted.

8 changes: 8 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"installCommand": "pip install -r docs/versions.txt",
"outputDirectory": "site",
"buildCommand": "mkdocs build",
"github": {
"silent": true
}
}

0 comments on commit 1453afa

Please sign in to comment.