Skip to content

Commit

Permalink
workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mfouesneau committed Nov 22, 2021
1 parent c66bb5f commit 08faed0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:

steps:
- uses: actions/checkout@v2
with:
persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal access token.
fetch-depth: 0 # otherwise, there would be errors pushing refs to the destination repository.
#- name: Setup tmate session # Debugging
# uses: mxschmitt/action-tmate@v3
- name: setup python
Expand Down

0 comments on commit 08faed0

Please sign in to comment.