Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MMcLovin authored Nov 25, 2024
1 parent 2b575a4 commit 4bb8405
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 @@ -2,7 +2,7 @@ name: ci
on:
push:
branches:
- mkdocs
- main
permissions:
contents: write
jobs:
Expand All @@ -18,4 +18,4 @@ jobs:
key: ${{ github.ref }}
path: .cache
- run: pip install mkdocs-material
- run: mkdocs gh-deploy --force
- run: mkdocs gh-deploy --force

0 comments on commit 4bb8405

Please sign in to comment.