Skip to content

feat(Dependencies): Update dependency mkdocs-material to v9.6.2 #383

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

feat(Dependencies): Update dependency mkdocs-material to v9.6.2 #383

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/workflow-run-cleanup-action@v0.3.3
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/checkout@v4.2.2
- name: Build with retry
uses: Wandalen/wretry.action@v3.8.0
with:
command: docker build --no-cache .
attempt_limit: 3
attempt_delay: 5000