Skip to content

fixed size of the middle and set title to only be FLWN.DEV #25

fixed size of the middle and set title to only be FLWN.DEV

fixed size of the middle and set title to only be FLWN.DEV #25

Workflow file for this run

name: git pull on ZEPHYR
on:
push:
branches:
- "main"
workflow_dispatch:
jobs:
pull:
runs-on: self-hosted
steps:
- uses: actions/checkout@v3
- name: Pull repository from GitHub
run: |
cd /var/www/flwn.dev/html
git config --global --add safe.directory /var/www/flwn.dev/html
git pull