Skip to content

Commit

Permalink
typo modification
Browse files Browse the repository at this point in the history
  • Loading branch information
patquem authored Dec 6, 2024
1 parent 5d01015 commit 42e536f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/gen_doc.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: gen-doc

on:
workflow_dispatch:
Expand All @@ -9,7 +9,7 @@ on:

jobs:

build-docs:
build-doc:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -29,9 +29,9 @@ jobs:
with:
path: 'doc/build/html/'

deploy-docs:
deploy-doc:
runs-on: ubuntu-latest
needs: [build-docs]
needs: [build-doc]
if: github.ref == 'refs/heads/main'
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 42e536f

Please sign in to comment.