Skip to content

change theme

change theme #35

Workflow file for this run

# name: CI/CD Deploy
# on:
# push:
# branches:
# - main
# jobs:
# build-and-deploy:
# runs-on: [self-hosted, Linux, X64]
# steps:
# - name: Checkout code
# uses: actions/checkout@v4
# - name: Run docker-compose
# run: |
# docker compose up -d --build