Skip to content

feat: add script to generate offline docs #1

feat: add script to generate offline docs

feat: add script to generate offline docs #1

Workflow file for this run

name: Build an offline version of the documentation
on:
workflow_dispatch:
jobs:
build:
name: Generate documentation and upload
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v4
- run: scripts/generate-offline.sh
shell: bash
- name: Debug
if: always()
continue-on-error: true
run: ls -lR
shell: bash
- uses: actions/upload-artifacts@v4
with:
name: fluentdo-agent-documentation
path: *.tgz

Check failure on line 26 in .github/workflows/build-offline.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/build-offline.yaml

Invalid workflow file

You have an error in your yaml syntax on line 26
if-no-files-found: error