Skip to content

Commit

Permalink
ci: disable workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Helias committed Aug 23, 2024
1 parent 71e585d commit cfdfab3
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
name: Publish Website
on:
push:
branches:
- master
# name: Publish Website
# on:
# push:
# branches:
# - master

jobs:
FTP-Deploy-Action:
name: FTP-Deploy-Action
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 2
- name: FTP-Deploy-Action
uses: SamKirkland/[email protected]
with:
server: ftp.wowgaming.altervista.org
username: wowgaming
password: ${{ secrets.FTP_PASSWORD }}
server-dir: aowow/
# jobs:
# FTP-Deploy-Action:
# name: FTP-Deploy-Action
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v4
# with:
# fetch-depth: 2
# - name: FTP-Deploy-Action
# uses: SamKirkland/[email protected]
# with:
# server: ftp.wowgaming.altervista.org
# username: wowgaming
# password: ${{ secrets.FTP_PASSWORD }}
# server-dir: aowow/

0 comments on commit cfdfab3

Please sign in to comment.