diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index ee91f1f4..fce23498 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -1,4 +1,4 @@ -name: ci +name: Documentation on: push: branches: @@ -25,6 +25,6 @@ jobs: restore-keys: | mkdocs-material- - run: | - pip install mkdocs-material - cd docs - mkdocs gh-deploy --force # Always keep in sync with master branch + pip install mkdocs-material + cd docs + mkdocs gh-deploy --force # Always keep in sync with master branch