Skip to content

Commit

Permalink
new docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
kastnerp committed Dec 10, 2024
1 parent 640c42a commit e299f96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
- run: pip install mkdocs-title-casing-plugin
- run: pip install mkdocs-glightbox
- run: pip install markdown-include
- run: pip install mkdocs-include-markdown-plugin
- run: mkdocs gh-deploy --force
env:
GithubAccessToken: ${{ secrets.SMUR }}
1 change: 1 addition & 0 deletions build_image.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
docker build -t custom-mkdocs-material .

0 comments on commit e299f96

Please sign in to comment.