Skip to content

Commit

Permalink
Update github output state
Browse files Browse the repository at this point in the history
  • Loading branch information
ilan-theodoro committed Apr 17, 2024
1 parent b71855f commit def07b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/compile-md.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,16 @@ jobs:
run: |
FILES=$(grep -oP '!\[.*?\]\(\K.*?(?=\))' "imagej.github.io/_pages/plugins/ultrack.md")
echo "::set-output name=files::${FILES}"
echo "files=${FILES}" >> $GITHUB_OUTPUT
- name: Copy media files
run: |
for FILE in ${{ steps.grep.outputs.files }}
do
mkdir -p "ultrack-imagej/$(dirname "$FILE")"
cp "imagej.github.io/$FILE" "ultrack-imagej/$FILE"
cp imagej.github.io/_pages/plugins/ultrack.md ultrack-imagej/README.md
done
cp imagej.github.io/_pages/plugins/ultrack.md ultrack-imagej/README.md
- name: Remove ImageJ includes
run: |
Expand Down

0 comments on commit def07b6

Please sign in to comment.