Skip to content

sponsorlar page

sponsorlar page #314

Workflow file for this run

on:
push:
branches:
- master
workflow_dispatch:
name: Publish Website
# jobs:
# FTP-Deploy-Action:

Check failure on line 8 in .github/workflows/main.yml

GitHub Actions / .github/workflows/main.yml

Invalid workflow file

You have an error in your yaml syntax on line 8
name: FTP-Deploy-Action
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: FTP-Deploy-Action
uses: SamKirkland/[email protected]
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