Skip to content

Commit

Permalink
Hopefully fix docs publish
Browse files Browse the repository at this point in the history
  • Loading branch information
SyberiaK committed Jan 24, 2024
1 parent e8329e0 commit 7d6ee13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Saving cache_id, step 1
run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
- name: Saving cache_id, step 2
uses: actions/cache@v3
uses: actions/cache@v4
with:
key: mkdocs-material-${{ env.cache_id }}
path: .cache
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ plugins:
custom_templates: docs/templates
handlers:
python:
paths: [ src/sl10n ]
paths: [ src ]
options:
show_source: false
show_root_heading: true
Expand Down

0 comments on commit 7d6ee13

Please sign in to comment.