Skip to content

migrate docs to Openlineage/Openlineage repo #2

migrate docs to Openlineage/Openlineage repo

migrate docs to Openlineage/Openlineage repo #2

Workflow file for this run

name: Build & Deploy docs to Netlify GitHub Pages

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

View workflow run for this annotation

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

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: netlify_deploy
on:
pull_request:
branches:
- migrate-docs
#- main # spec is released whenever pushed to main
jobs:
generate_spec:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- run: ./release_spec.sh
#generate_openapi: TODO: to be done
netlify_deploy:
if: github.event.pull_request.merged == true
deploy:
name: 'Deploy to Netlify'
steps:
- uses: jsmrcaga/[email protected]
with:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_TOKEN_SECRET }}
NETLIFY_SITE_ID: 496a9c14-4c35-4918-943a-7fbe994edc03 # TODO: personal netlify site
NETLIFY_DEPLOY_TO_PROD: true