Skip to content

Corrected minor typo in 01_Concept_of_the_extractor.md (#47) #28

Corrected minor typo in 01_Concept_of_the_extractor.md (#47)

Corrected minor typo in 01_Concept_of_the_extractor.md (#47) #28

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build docs
run: bash ci/docker-build.sh
linkcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Verify links
run: bash ci/docker-linkcheck.sh