diff --git a/.github/workflows/publish-das.yml b/.github/workflows/publish-das.yml index d8047e4..c63a620 100644 --- a/.github/workflows/publish-das.yml +++ b/.github/workflows/publish-das.yml @@ -23,3 +23,28 @@ jobs: title: New version of DAS deliverable: Tagged branch (${{ github.ref_name }}) in the repository secrets: inherit + + publish-query-engine-doc: + runs-on: ubuntu-latest + if: github.ref == 'refs/heads/master' + steps: + - name: Checkout code + uses: actions/checkout@v2 + with: + repository: singnet/das-query-engine + token: ${{ secrets.GH_TOKEN }} + ref: fix/mkdocs-images-tags + + - name: Set up Python + uses: actions/setup-python@v2 + with: + python-version: ^3.8.5 + + - name: Install Poetry + run: pip install poetry + + - name: Update Documentation + run: | + poetry lock --no-update + poetry export --with doc -f requirements.txt | pip install -r /dev/stdin + mkdocs gh-deploy --force diff --git a/docs/api/DAS.md b/docs/api/DAS.md new file mode 100644 index 0000000..8af65b3 --- /dev/null +++ b/docs/api/DAS.md @@ -0,0 +1 @@ +:::das \ No newline at end of file diff --git a/docs/api/Traverse Engine.md b/docs/api/Traverse Engine.md new file mode 100644 index 0000000..00af4b4 --- /dev/null +++ b/docs/api/Traverse Engine.md @@ -0,0 +1 @@ +:::traverse_engines \ No newline at end of file