Skip to content

[fix] merged timetable page title #16

[fix] merged timetable page title

[fix] merged timetable page title #16

Workflow file for this run

name: Deploy to FTP Server
on:
push:
branches:
- master
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '18'
- name: Install dependencies
run: npm install
- name: Build project
run: npm run build:prod
- name: Deploy
uses: SamKirkland/FTP-Deploy-Action@4.3.1
with:
server: '${{ secrets.FTP_SERVER }}'
username: '${{ secrets.FTP_USERNAME }}'
password: '${{ secrets.FTP_PASSWORD }}'
local-dir: ./build/
server-dir: /