Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
singiamtel committed Jun 19, 2024
1 parent 3613f73 commit 02a3918
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ci
name: Documentation
on:
push:
branches:
Expand All @@ -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

0 comments on commit 02a3918

Please sign in to comment.