Skip to content

Commit

Permalink
Change step name
Browse files Browse the repository at this point in the history
  • Loading branch information
KasukabeDefenceForce committed Aug 19, 2024
1 parent 92eded1 commit bf40f94
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/tardis-research-papers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Setup micromamba and install dependencies
- name: Setup micromamba
uses: mamba-org/setup-micromamba@v1
with:
environment-name: fetch-env
create-args: >-
python=3.10
jupyter
jupyter
- name: Run the ADS notebook
run: |
Expand All @@ -49,7 +49,8 @@ jobs:

- name: Copy files to repository
run: |
cp -r /tmp/resource_papers/* docs/resources/research_done_using_TARDIS/
ls -l /tmp
cp -r /tmp/research_papers/* docs/resources/research_done_using_TARDIS/
- name: Get current date
run: echo "DATE=$(date +'%Y.%m.%d')" >> $GITHUB_ENV
Expand Down

0 comments on commit bf40f94

Please sign in to comment.