mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2026-03-31 06:24:07 -04:00
Fixed CI
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -29,7 +29,7 @@ on:
|
||||
- published
|
||||
|
||||
env:
|
||||
NODE_VERSION: 18.x
|
||||
NODE_VERSION: 24.x
|
||||
PYTHON_VERSION: 3.x
|
||||
|
||||
permissions:
|
||||
@@ -96,7 +96,6 @@ jobs:
|
||||
permissions:
|
||||
id-token: write
|
||||
steps:
|
||||
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v5
|
||||
|
||||
@@ -116,6 +115,7 @@ jobs:
|
||||
run: python -m build
|
||||
|
||||
- name: Publish Python package
|
||||
if: github.event_name == 'release'
|
||||
uses: pypa/gh-action-pypi-publish@release/v1
|
||||
|
||||
docker:
|
||||
|
||||
Reference in New Issue
Block a user