Skip to content

chore(deps): update ghcr.io/squidfunk/mkdocs-material docker tag to v9.5.40 #318

chore(deps): update ghcr.io/squidfunk/mkdocs-material docker tag to v9.5.40

chore(deps): update ghcr.io/squidfunk/mkdocs-material docker tag to v9.5.40 #318

Workflow file for this run

name: Dev
on:
pull_request:
types: [synchronize, opened]
paths:
- docs/**
- .github/workflows/dev.yaml
- overrides/**
- mkdocs.yml
- dev-robots.txt
- .htpasswd
- dev.Dockerfile
- cloudflare.conf
- deny.conf
- dev-nginx.conf
- dev.toml
jobs:
site:
runs-on: ubuntu-latest
name: Build Documentation
environment:
name: Development
url: https://dev-documentation.breadnet.co.uk
steps:
- name: Git Clone
uses: actions/checkout@v4
- name: Fly Build and Deploy
uses: userbradley/[email protected]
with:
flyToken: ${{ secrets.FLY_ACCESS_TOKEN_DEV }}
configFile: ${{ vars.CONFIG_FILE }}
dockerfileName: ${{ vars.DOCKERFILE }}