Skip to content

Commit

Permalink
fix: docs -> github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
hec7orci7o committed Jan 28, 2025
1 parent fadf2e5 commit dd4f5d7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/development.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ on:
- "./docs/**"
- "./openapi/**"
- "redocly.yaml"
- ".github/workflows/development.yml"

workflow_dispatch:

jobs:
Deploy-Development:
runs-on: ubuntu-latest
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ on:
- "./docs/**"
- "./openapi/**"
- "redocly.yaml"
- ".github/workflows/production.yml"

workflow_dispatch:

jobs:
Deploy-Production:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
- "./docs/**"
- "./openapi/**"
- "redocly.yaml"
- ".github/workflows/static.yml"

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down

0 comments on commit dd4f5d7

Please sign in to comment.