Skip to content

Commit

Permalink
Try to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
CloneWith committed May 27, 2024
1 parent 7326708 commit 638638f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/pagebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-python@v4
with:
python-version: 3.x
Expand Down
2 changes: 0 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,8 @@ plugins:
- search
- git-revision-date-localized:
enable_creation_date: true
enabled: !ENV [CI, false]
- git-committers:
repository: CloneWith/tldr-privacy
enabled: !ENV [CI, false]
branch: main
- git-authors

Expand Down

0 comments on commit 638638f

Please sign in to comment.