Skip to content

Remove ES6 polyfill from mkdocs configuration #38

Remove ES6 polyfill from mkdocs configuration

Remove ES6 polyfill from mkdocs configuration #38

Workflow file for this run

name: build
on:
push:
branches: [develop, main]
tags:
- 'v*'
jobs:
release:
uses: eoap/eoap-cwl-release-workflow/.github/workflows/release-cwl.yml@main

Check failure on line 11 in .github/workflows/build.yaml

View workflow run for this annotation

GitHub Actions / build

Invalid workflow file

The workflow is not valid. .github/workflows/build.yaml (Line: 11, Col: 11): Input registry is required, but not provided while calling. .github/workflows/build.yaml (Line: 11, Col: 11): Input cwl-workflow-dir is required, but not provided while calling.
with:
tools: '["crop","norm_diff","otsu","stac","stage","stac-geoparquet"]'
image-prefix: ghcr.io/eoap/advanced-tooling
cwl-dir: cwl-workflow
secrets:
registry-user: ${{ github.actor }}
registry-password: ${{ secrets.GITHUB_TOKEN }}