Skip to content

Commit

Permalink
Fixed workflow for authors
Browse files Browse the repository at this point in the history
  • Loading branch information
MartenBE committed Apr 1, 2024
1 parent e4344c8 commit aa75cdc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # https://github.com/timvink/mkdocs-git-revision-date-localized-plugin?tab=readme-ov-file#note-when-using-build-environments
- uses: actions/configure-pages@v4
- uses: actions/setup-python@v5
- run: pip install --requirement requirements.txt
Expand Down

0 comments on commit aa75cdc

Please sign in to comment.