2
0
Fork 1

Commits vergleichen

..

1 Commit

Autor SHA1 Nachricht Datum
8fc7438c3a
Update dependency Markdown to v3.4.3
Einige Prüfungen sind fehlgeschlagen
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
2023-06-26 18:50:35 +02:00
2 geänderte Dateien mit 1 neuen und 9 gelöschten Zeilen

Datei anzeigen

@ -19,10 +19,6 @@ steps:
- mkdir ~/docs && cd ~/docs - mkdir ~/docs && cd ~/docs
- git clone $DRONE_REPO_LINK . - git clone $DRONE_REPO_LINK .
- git checkout $DRONE_COMMIT - git checkout $DRONE_COMMIT
when:
branch:
exclude:
- renovate/*
- name: build - name: build
image: registry.access.redhat.com/ubi9/python-311:1-12 image: registry.access.redhat.com/ubi9/python-311:1-12
volumes: volumes:
@ -33,10 +29,6 @@ steps:
- pip install --upgrade pip - pip install --upgrade pip
- pip install -r requirements.txt - pip install -r requirements.txt
- mkdocs build - mkdocs build
when:
branch:
exclude:
- renovate/*
volumes: volumes:
- name: cache - name: cache

Datei anzeigen

@ -5,7 +5,7 @@ colorama==0.4.6
ghp-import==2.1.0 ghp-import==2.1.0
idna==3.4 idna==3.4
Jinja2==3.1.2 Jinja2==3.1.2
Markdown<3.4.4 Markdown==3.4.3
MarkupSafe==2.1.3 MarkupSafe==2.1.3
mergedeep==1.3.4 mergedeep==1.3.4
mkdocs==1.4.3 mkdocs==1.4.3