We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a844712 commit c766f7bCopy full SHA for c766f7b
.github/workflows/docs-build-pr.yml
@@ -15,10 +15,6 @@ jobs:
15
with:
16
fetch-depth: 0
17
18
- - uses: actions/setup-python@v5
19
- with:
20
- python-version: 3.12
21
-
22
- name: Determine current branch/tag name
23
run: |
24
if [[ "$GITHUB_REF" == refs/pull/* ]]; then
.github/workflows/docs-build-update.yml
@@ -16,10 +16,6 @@ jobs:
ssh-key: "${{ secrets.NIPREPS_DEPLOY }}"
- name: Determine current branch/tag name & set-up git author
25
if [[ "$GITHUB_REF" == refs/tags/* ]]; then
0 commit comments