Skip to content

Fix Right Align bug in FTA-Guide and Color of Line Name in FTA-Station. #133

Fix Right Align bug in FTA-Guide and Color of Line Name in FTA-Station.

Fix Right Align bug in FTA-Guide and Color of Line Name in FTA-Station. #133

Workflow file for this run

name: GitHub Actions Build and Deploy
on:
push:
branches:
- main
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2
with:
persist-credentials: false
- name: Install and Build 🔧
run: |
yarn install
yarn build
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4.2.3
with:
BRANCH: gh-pages # The branch the action should deploy to.
FOLDER: dist # The folder the action should deploy.
CLEAN: true # Automatically remove deleted files from the deploy branch