Skip to content

Fixed issue with nav links where content wasn't centered on the viewport #4

Fixed issue with nav links where content wasn't centered on the viewport

Fixed issue with nav links where content wasn't centered on the viewport #4

Workflow file for this run

on:
push:
branches:
- dev
name: 🚀 Deploy website on push
jobs:
web-deploy:
name: 🎉 Deploy
runs-on: ubuntu-latest
steps:
- name: 🚚 Get latest code
uses: actions/checkout@v4
- name: 📂 Sync files
uses: SamKirkland/FTP-Deploy-Action@v4.3.6
with:
server: ${{ secrets.ftp_server }}
username: ${{ secrets.ftp_username }}
password: ${{ secrets.ftp_password }}
server-dir: /sites/dev.noblexecutor.xyz/