Skip to content

Commit

Permalink
Merge pull request #506 from NLeSC/461_next_steps
Browse files Browse the repository at this point in the history
461-reorganizes the next step files for citation and online documentation
  • Loading branch information
fdiblen authored Aug 22, 2024
2 parents 1d454b0 + 8e560ee commit 6295366
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
filename: .github/next_steps/02_citation.md
filename: .github/workflows/next_steps_citation_issue.md
id: citation
- name: List created issues
run: |
Expand All @@ -23,7 +23,8 @@ jobs:
run: |
git config --global user.name 'NLeSC Python template'
git config --global user.email '[email protected]'
git pull # other next step workflows may push changes before
git rm .github/workflows/next_steps_citation.yml
git rm -r .github/next_steps
git commit -am "Cleanup automated next steps issue generator"
git rm .github/workflows/next_steps_citation_issue.md
git commit -am "Cleanup automated next steps issue generator for citation"
git push
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Create readthedocs issue
- name: Create online documentation issue
uses: JasonEtco/create-an-issue@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
filename: .github/next_steps/03_readthedocs.md
filename: .github/workflows/next_steps_online_documentation_issue.md
id: readthedocs
- name: List created issues
run: |
Expand All @@ -23,7 +23,8 @@ jobs:
run: |
git config --global user.name 'NLeSC Python template'
git config --global user.email '[email protected]'
git pull # other next step workflows may push changes before
git rm .github/workflows/next_steps_online_documentation.yml
git rm -r .github/next_steps
git commit -am "Cleanup automated next steps issue generator"
git rm .github/workflows/next_steps_online_documentation_issue.md
git commit -am "Cleanup automated next steps issue generator for online documentation"
git push

0 comments on commit 6295366

Please sign in to comment.