This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.
version:'3'
#
#You can override the host variable by passing it as a command line parameter.
# task upload -- UPLOAD_TARGET: "localvm"
#
vars:
UPLOAD_TARGET:
# UPLOAD_TARGET: "remotevps"
# UPLOAD_TARGET: "localvm"
tasks:
default:
desc:whole workflow
cmds:
- task:copy
- task:obsidian_convert
# - task: deadlinks
- task:mkdocs
# **CAREFULL** be sur you deploy on the right upload target
- task:upload
copy:
desc:copies the folder without the hidden files (and filter on a YAML frontmatter attribute)