Skip to content

Commit

Permalink
Fix OpenAPI Validation errors
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Apr 12, 2024
1 parent 7ee6bcf commit 936212f
Show file tree
Hide file tree
Showing 42 changed files with 280 additions and 1,559 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pre_merge_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
uses: actions/checkout@v3
with:
ref: release
ssh-key: ${{ secrets.PUSH_FROM_WORKFLOW_TO_RETRIGGER }}

- name: Verify synchronized if release
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion docs/ble/_static/css/badge_only.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/ble/_static/documentation_options.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* documentation_options.js/Open GoPro, Version 2.0 (C) Copyright 2021 GoPro, Inc. (http://gopro.com/OpenGoPro). */
/* This copyright was auto-generated on Tue Apr 9 19:25:34 UTC 2024 */
/* This copyright was auto-generated on Fri Apr 12 21:59:45 UTC 2024 */

const DOCUMENTATION_OPTIONS = {
VERSION: '0.0.1',
Expand Down
2 changes: 1 addition & 1 deletion docs/ble/_static/jquery.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/ble/_static/js/badge_only.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/ble/_static/js/html5shiv-printshiv.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/ble/_static/js/html5shiv.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/ble/_static/js/theme.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/ble/_static/language_data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* language_data.js/Open GoPro, Version 2.0 (C) Copyright 2021 GoPro, Inc. (http://gopro.com/OpenGoPro). */
/* This copyright was auto-generated on Tue Apr 9 19:25:34 UTC 2024 */
/* This copyright was auto-generated on Fri Apr 12 21:59:45 UTC 2024 */

/*
* language_data.js
Expand Down
2 changes: 1 addition & 1 deletion docs/ble/_static/pygments.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* pygments.css/Open GoPro, Version 2.0 (C) Copyright 2021 GoPro, Inc. (http://gopro.com/OpenGoPro). */
/* This copyright was auto-generated on Tue Apr 9 19:25:34 UTC 2024 */
/* This copyright was auto-generated on Fri Apr 12 21:59:45 UTC 2024 */

pre { line-height: 125%; }
td.linenos .normal { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
Expand Down
2 changes: 1 addition & 1 deletion docs/ble/_static/sphinx_highlight.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* sphinx_highlight.js/Open GoPro, Version 2.0 (C) Copyright 2021 GoPro, Inc. (http://gopro.com/OpenGoPro). */
/* This copyright was auto-generated on Tue Apr 9 19:25:34 UTC 2024 */
/* This copyright was auto-generated on Fri Apr 12 21:59:45 UTC 2024 */

/* Highlighting utilities for Sphinx HTML documentation. */
"use strict";
Expand Down
2 changes: 1 addition & 1 deletion docs/ble/_static/style.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* style.css/Open GoPro, Version 2.0 (C) Copyright 2021 GoPro, Inc. (http://gopro.com/OpenGoPro). */
/* This copyright was auto-generated on Tue Apr 9 19:25:34 UTC 2024 */
/* This copyright was auto-generated on Fri Apr 12 21:59:45 UTC 2024 */

.wy-nav-content {
max-width: 1100px !important;
Expand Down
Loading

0 comments on commit 936212f

Please sign in to comment.