Skip to content

Commit

Permalink
Fix redata action order of operations
Browse files Browse the repository at this point in the history
  • Loading branch information
zoidy committed Apr 4, 2024
1 parent 56d49f2 commit 56b27be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/linkcheck-redata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@ jobs:
with:
python-version: '3.10'
cache: 'pip'
- name: fetch data from figshare
run:
python .github/workflows/json_to_html_redata.py ${{ env.SITE }} ${{ runner.temp }}/data.html
- name: install linkchecker
run: pip install -r requirements.txt
- name: set output filename
run:
echo "OUTFILE=$(date "+%Y.%m.%d-%H.%M.%S").html" >> "$GITHUB_ENV"
- name: fetch data from figshare
run:
python .github/workflows/json_to_html_redata.py ${{ env.SITE }} ${{ runner.temp }}/data.html
- name: run check
continue-on-error: true
run:
Expand Down

0 comments on commit 56b27be

Please sign in to comment.