Skip to content

Add dynamic resource generation during template parsing #349

Add dynamic resource generation during template parsing

Add dynamic resource generation during template parsing #349

Workflow file for this run

name: Test Docs
on: push
permissions: {}
jobs:
build:
runs-on: ubuntu-latest
name: Test Docs
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
with:
persist-credentials: false
- name: Setup python
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
with:
python-version: 3.9
- run: make install-docs
- run: make test-docs