Skip to content

manual_docs

manual_docs #4

Workflow file for this run

name: manual_docs
on:
workflow_dispatch:
jobs:
build_docs:
if: ${{ github.ref == 'refs/heads/main'}}
uses: openweathermap/deker-actions/.github/workflows/docs_build.yml@master
with:
python-version: '3.9'
#
# publish_docs:
# needs: build_docs
# uses: openweathermap/deker-actions/.github/workflows/docs_publish.yml@master