diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index acbc2bb6..48038c4c 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -3,6 +3,7 @@ name: "Build and Publish Latest Release Docs" on: release: types: [published] + workflow_dispatch: permissions: contents: write @@ -21,7 +22,7 @@ jobs: - name: "Set up Python" uses: actions/setup-python@v2 with: - python-version: '3.x' + python-version: '3.10' - name: "Install Dependencies" run: |