Skip to content

Commit

Permalink
fix indent and add dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
koide3 committed Jun 21, 2024
1 parent 0797592 commit ec8553e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/gendoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
- doci
tags:
- '*'
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

jobs:
gendoc:
Expand All @@ -22,10 +24,8 @@ jobs:
- name: Install python dependencies
run: python -m pip install mkdocs mkdocs-material

-name: Generate documentation
run: |
cd docs && make all
- name: Generate documentation
run: cd docs && make all

- name: Deploy documentation
run: |
cd docs && make deploy
run: cd docs && make deploy

0 comments on commit ec8553e

Please sign in to comment.