Skip to content

Commit

Permalink
Setup workflows for publication of documentation (get all commits in …
Browse files Browse the repository at this point in the history
…checkout)
  • Loading branch information
Paul Dingemans committed Apr 25, 2023
1 parent d017027 commit f68d7db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
if: github.repository == 'paul-dingemans/ktlint'
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0 # fetch all commits/branches
- uses: actions/setup-python@v4
with:
python-version: 3.x
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/snapshot-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
if: github.repository == 'paul-dingemans/ktlint'
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0 # fetch all commits/branches
- uses: actions/setup-python@v4
with:
python-version: 3.x
Expand Down

0 comments on commit f68d7db

Please sign in to comment.