Skip to content

feat(Dependencies): Update dependency mkdocs-material to v9.5.44 #359

feat(Dependencies): Update dependency mkdocs-material to v9.5.44

feat(Dependencies): Update dependency mkdocs-material to v9.5.44 #359

Workflow file for this run

name: build-image
on: pull_request
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- name: Workflow run cleanup action
uses: rokroskar/[email protected]
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
- uses: actions/setup-python@v5
with:
python-version: '3.8' # Version range or exact version of a Python version to use, using SemVer's version range syntax
- uses: actions/[email protected]
- name: Build with retry
uses: Wandalen/[email protected]
with:
command: docker build --no-cache .
attempt_limit: 3
attempt_delay: 5000