Skip to content

Commit

Permalink
Fixed Syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
OldManUmby committed Jul 7, 2024
1 parent 25c82da commit cf20210
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Configure Git Credentials
run: |
run:
git config user.name github-actions[bot]
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
- uses: actions/setup-python@v5
Expand All @@ -23,7 +23,7 @@ jobs:
with:
key: mkdocs-material-${{ env.cache_id }}
path: .cache
restore-keys: |
restore-keys:
mkdocs-material-
- run: pip install mkdocs-material
- run: mkdocs gh-deploy --force

0 comments on commit cf20210

Please sign in to comment.