Skip to content

migrate docs to Openlineage/Openlineage repo #6

migrate docs to Openlineage/Openlineage repo

migrate docs to Openlineage/Openlineage repo #6

Workflow file for this run

name: Build & Deploy docs to Netlify GitHub Pages
on:
push:
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
name: 'Deploy to Netlify'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: jsmrcaga/[email protected]
working-directory: ./website

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

View workflow run for this annotation

GitHub Actions / Build & Deploy docs to Netlify GitHub Pages

Invalid workflow file

The workflow is not valid. .github/workflows/spec-deploy.yml (Line: 24, Col: 9): Unexpected value 'working-directory'
with:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_TOKEN_SECRET }}
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
NETLIFY_DEPLOY_TO_PROD: true