Skip to content

Commit

Permalink
ci(docs): Fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
j3soon committed Oct 23, 2024
1 parent 4802cf3 commit 5ddef2a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches:
- master
- main
paths:
- docs/**
permissions:
contents: write
jobs:
Expand All @@ -22,7 +24,7 @@ jobs:
with:
key: ${{ github.ref }}
path: .cache
- run: pip install -r requirements.txt
- run: pip install -r docs/requirements.txt
- run: mkdocs gh-deploy --force
# Ref: https://github.com/ojacques/mkdocs-git-committers-plugin-2
# Ref: https://github.com/ojacques/mkdocs-git-committers-plugin-2/issues/51#issuecomment-1951450239
Expand Down

0 comments on commit 5ddef2a

Please sign in to comment.