Skip to content

small rewrite of the scan_archive step, to make use of a Queue to dis… #160

small rewrite of the scan_archive step, to make use of a Queue to dis…

small rewrite of the scan_archive step, to make use of a Queue to dis… #160

Workflow file for this run

name: Build Documentation
on: [push]
jobs:
run_tests:
runs-on: ubuntu-latest
if: "contains(github.event.head_commit.message, '+DOCS')"
steps:
- uses: actions/checkout@v4
- name: Say Hello Docs
run: |
echo "Hello doc builder"