Skip to content

Update index.html

Update index.html #278

Workflow file for this run

on:
push:
branches:
- master
workflow_dispatch:
name: Publish Website
jobs:
FTP-Deploy-Action:
name: FTP-Deploy-Action
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: FTP-Deploy-Action
uses: SamKirkland/FTP-Deploy-Action@4.0.0
with:
server: ${{ secrets.FTP_SERVER }}
username: ${{ secrets.FTP_USERNAME }}
password: ${{ secrets.FTP_PASSWORD }}
server-dir: ${{ secrets.REMOTE_DIR }}
local-dir: ${{ secrets.LOCAL_DIR }}
dangerous-clean-slate: true
# --delete arg will delete files on the server if you've deleted them in git