Skip to content

migrate docs to Openlineage/Openlineage repo #29

migrate docs to Openlineage/Openlineage repo

migrate docs to Openlineage/Openlineage repo #29

Workflow file for this run

name: Build & Deploy docs to Netlify GitHub Pages

Check failure on line 1 in .github/workflows/docs-deploy.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/docs-deploy.yml

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: generate_java_doc
on:
push:
tags:
- '[0-9]+.[0-9]+.[0-9]+'
jobs:
generate_java_doc:
release-javadoc:
# Generates java doc for Java client, add it to the repo under website/static/javadoc
# TODO: generate javadoc for java client to be generated
#./gradlew --console=plain javadoc
# https://github.com/marketplace/actions/update-files-on-github
netlify_deploy:
name: 'Deploy to Netlify'
steps:
- uses: actions/checkout@v3
- uses: jsmrcaga/[email protected]
with:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_TOKEN_SECRET }}
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
NETLIFY_DEPLOY_TO_PROD: true # can be false for now