Skip to content

added LFD112x training (#17) #66

added LFD112x training (#17)

added LFD112x training (#17) #66

Workflow file for this run

name: Build
on:
push:
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
container: asciidoctor/docker-asciidoctor
env:
RESULT_NAME: 'Переводы курсов'
BUILD_DIRECTORY: 'build'
steps:
- uses: actions/checkout@v3
- name: Build all courses
run: |
apk add --no-cache pandoc
/bin/sh -x ./scripts/build_all.sh -o '${{ env.BUILD_DIRECTORY }}'
- uses: actions/upload-artifact@v3
with:
name: ${{ env.RESULT_NAME }}
path: ${{ env.BUILD_DIRECTORY }}
if-no-files-found: error