Skip to content

re arrange task bar and add about me #55

re arrange task bar and add about me

re arrange task bar and add about me #55

Workflow file for this run

name: Deploy to Server
on:
push:
branches: 'master'
workflow_dispatch:
jobs:
build_site:
runs-on: self-hosted
steps:
- name: Setup
uses: actions/checkout@v2
- name: Deploy
run: docker compose up --build -d