Skip to content

Commit 6934f22

Browse files
committed
remove read the docs from next_steps.yml
1 parent 2400f30 commit 6934f22

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

template/.github/workflows/next_steps.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,6 @@ jobs:
2323
with:
2424
filename: .github/next_steps/02_citation.md
2525
id: citation
26-
- name: Create readthedocs issue
27-
uses: JasonEtco/create-an-issue@v2
28-
env:
29-
GITHUB_TOKEN: ${{ '{{ ' -}} secrets.GITHUB_TOKEN }}
30-
with:
31-
filename: .github/next_steps/03_readthedocs.md
32-
id: readthedocs
3326
- name: Create Zenodo integration issue
3427
uses: JasonEtco/create-an-issue@v2
3528
env:
@@ -49,7 +42,6 @@ jobs:
4942
echo 'Created issues that must be completed to have fully working Python package:
5043
* Sonarcloud integration ${{ '{{ ' -}} steps.sonarcloud.outputs.url }}
5144
* Zenodo integration ${{ '{{ ' -}} steps.zenodo.outputs.url }}
52-
* Read the Docs instructions ${{ '{{ ' -}} steps.readthedocs.outputs.url }}
5345
* Citation data ${{ '{{ ' -}} steps.citation.outputs.url }}
5446
* Linting fixes ${{ '{{ ' -}} steps.linting.outputs.url }}'
5547
- name: Cleanup files needed to create next steps issues

0 commit comments

Comments
 (0)