Skip to content

Commit

Permalink
add mkdocs-video for github ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
jessebot committed Dec 4, 2023
1 parent d6b3e4e commit f0e17b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: 3.x

- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV

- uses: actions/cache@v3
Expand All @@ -24,7 +24,7 @@ jobs:
restore-keys: |
mkdocs-material-
- run: pip install mkdocs-material
- run: pip install mkdocs-material && pip install mkdocs-video

- run: mkdocs gh-deploy --force

0 comments on commit f0e17b5

Please sign in to comment.