Skip to content

Notify for Xiaomi updated in wearable section and in Notify section #421

Notify for Xiaomi updated in wearable section and in Notify section

Notify for Xiaomi updated in wearable section and in Notify section #421

Workflow file for this run

on: push
name: Publish Website
jobs:
build-and-deploy:
name: build-and-deploy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
uses: urbandroid-team/jekyll-build-action@8
env:
FTP_USER: ${{ secrets.FTP_USERNAME }}
FTP_PASS: ${{ secrets.FTP_PASSWORD }}
FTP_SERVER: ${{ secrets.FTP_SERVER }}