Skip to content

Commit

Permalink
docs CI manual trigger from main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Rybakov committed Aug 30, 2023
1 parent 2460e43 commit c24c01f
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/manual.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: manual_docs

on:
workflow_dispatch:
branches:
- main

jobs:
build_docs:
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

0 comments on commit c24c01f

Please sign in to comment.