Skip to content

Use docker inspect to parse network name #46

Use docker inspect to parse network name

Use docker inspect to parse network name #46

Workflow file for this run

name: CI
on:
pull_request:
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-python@v2
with:
python-version: "3.12"
- name: Install dependencies
run: |
pip install -r requirements.txt
- name: Build site
run: |
mkdocs build