Skip to content

Commit

Permalink
Merge branch 'main' into runtime-server
Browse files Browse the repository at this point in the history
  • Loading branch information
WinPlay02 authored Nov 30, 2023
2 parents 0229aed + 37c5330 commit 9f78034
Show file tree
Hide file tree
Showing 6 changed files with 108 additions and 109 deletions.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ jobs:
run: npm run test-with-coverage

- name: Upload coverage to Codecov
if: ${{ github.actor != 'dependabot[bot]' }}
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ jobs:
run: npm run test-with-coverage

- name: Upload coverage to Codecov
if: ${{ github.actor != 'dependabot[bot]' }}
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down
23 changes: 12 additions & 11 deletions docs/poetry.lock

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

6 changes: 3 additions & 3 deletions docs/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ packages = [
[tool.poetry.dependencies]
python = "^3.11"
mkdocs = "^1.5.3"
mkdocs-glightbox = "^0.3.4"
mkdocs-material = "^9.4.7"
mkdocs-glightbox = "^0.3.5"
mkdocs-material = "^9.4.14"
mkdocs-same-dir = "^0.1.2"
pygments = "^2.16.1"
pygments = "^2.17.2"

[tool.poetry.plugins."pygments.lexers"]
sds = "safe_ds_lexer:SafeDsLexer"
Expand Down
Loading

0 comments on commit 9f78034

Please sign in to comment.