Skip to content

Commit

Permalink
[CI] build-dev skip registry check and check-links tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin committed Nov 8, 2024
1 parent fc038bf commit 0943d57
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

- run: npm run log:test-and-fix
env:
CMD_SKIP: i18n
CMD_SKIP: i18n|registry
PIN_SKIP: ${{ inputs.submodule_path_regex }}

- uses: actions/upload-artifact@v4
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/check-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ jobs:
- run: npm install --omit=optional
- run: npm run log:check:links
continue-on-error: true
- name: Any files need updating?
run: |
git restore package.json
npm run _diff:fail
- uses: actions/upload-artifact@v4
with:
name: build-log-etc
Expand Down
1 change: 1 addition & 0 deletions .warnings-skip-list.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
_filename-error
4 changes: 0 additions & 4 deletions content/fr/docs/what-is-opentelemetry.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ title: Qu'est-ce qu'OpenTelemetry ?
description:
Une brève explication de ce qu'est OpenTelemetry, et de ce qu'il n'est pas.
weight: 150
htmltest:
IgnoreDirs:
# TODO drop next lines after /~https://github.com/open-telemetry/opentelemetry.io/issues/5555 is fixed for these pages:
- ^fr/docs/concepts/glossary/
default_lang_commit: 71833a5f8b84110dadf1e98604b87a900724ac33
---

Expand Down

0 comments on commit 0943d57

Please sign in to comment.