Skip to content

Commit

Permalink
comment out forgotten useless line in cd.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
gggeek committed Apr 16, 2024
1 parent eb12710 commit e7cd1bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
server-dir: src/
dangerous-clean-slate: true
- name: upload lib to gggeek.altervista.org - demo
if: ${{ github.ref_type == 'tag' && startsWith(github.ref_name, '4.') }}
#if: ${{ github.ref_type == 'tag' && startsWith(github.ref_name, '4.') }}
uses: SamKirkland/[email protected]
with:
server: ftp.gggeek.altervista.org
Expand Down

0 comments on commit e7cd1bd

Please sign in to comment.