Skip to content

Sleep score new layout test #427

Sleep score new layout test

Sleep score new layout test #427

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 }}