Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andreashappe authored Sep 1, 2024
1 parent 98979fc commit c8987f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- main
- master
permissions:
contents: write
jobs:
Expand All @@ -21,4 +22,4 @@ jobs:
path: .cache
- name: Install Dependencies
run: pip install mkdocs-material
- run: mkdocs gh-deploy --force --clean
- run: mkdocs gh-deploy --force --clean

0 comments on commit c8987f0

Please sign in to comment.