Optimizing text (B1) and many styling improvements.

This commit is contained in:
Bob Vandevliet 2024-06-26 14:48:52 +02:00
parent 9150a22b5b
commit db64fc5f47
11 changed files with 189 additions and 110 deletions

View file

@ -10,19 +10,13 @@ on:
- 'master'
- 'main'
env:
NGINX_STATIC: ${{ vars.NGINX_STATIC }}
jobs:
build:
name: Build and Deploy
runs-on: ubuntu-latest
container:
options: --volume "${NGINX_STATIC}:/usr/share/nginx/static:rw"
options: --volume "nginx_static:/usr/share/nginx/static:rw"
steps:
-
name: Echo NGINX_STATIC
run: echo ${NGINX_STATIC}
-
name: Checkout
uses: actions/checkout@v4