Skip to content

Commit

Permalink
fix docs GH workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jashan-lco committed Nov 3, 2022
1 parent 0c02579 commit 6f9fcc7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/docs-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
- main
# Run this workflow when a tag or branch is created
create:

# trigger manually
workflow_dispatch:
jobs:
build:
if: github.event_name == 'create' && github.event.ref_type == 'tag' && github.event.repository.fork == false
Expand All @@ -13,6 +16,10 @@ jobs:
CONFIGDB_URL: http://configdb-dev
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.9'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 6f9fcc7

Please sign in to comment.