Skip to content

Split registration process into 3 pages: JDG, VAT, VAT-UE. Beautify UI #842

Split registration process into 3 pages: JDG, VAT, VAT-UE. Beautify UI

Split registration process into 3 pages: JDG, VAT, VAT-UE. Beautify UI #842

Workflow file for this run

name: JDG
on:
push:
branches: [ master ]
tags: [ v* ]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.11
- run: pip install -r requirements.txt
- run: python -m mkdocs build --verbose
- if: github.ref == 'refs/heads/master'
run: python -m mkdocs gh-deploy --force