kind: pipeline type: exec name: create_pdf_release platform: os: linux arch: amd64 steps: - name: install_mdpdf commands: - echo hello kind: pipeline name: render_pdf steps: - name: render_md image: node commands: - npm run build - name: gitea_release image: plugins/gitea-release settings: api_key: from_secret: api_key base_url: https://git.thomaspcole.com files: Resume.pdf