Optimizing text (B1) and many styling improvements.
This commit is contained in:
parent
9150a22b5b
commit
db64fc5f47
11 changed files with 189 additions and 110 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue