Skip to content

Commit

Permalink
prez: Fix endless loop in actions/upload-pages-artifact; see actions/…
Browse files Browse the repository at this point in the history
  • Loading branch information
vorburger committed Sep 21, 2024
1 parent b9bbf16 commit 29f3066
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/prez/sli.dev/build
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ mv slides-export dist/

# Avoid breaking existing links
mkdir -p dist/prez/sli.dev/
ln -s ../.. dist/prez/sli.dev/dist
# NO! ;) See https://github.com/actions/upload-pages-artifact/issues/51 : ln -s ../.. dist/prez/sli.dev/dist
echo "Content moved, go to https://www.vorburger.ch/LearningMachineLearning/" >dist/prez/sli.dev/README.txt

# For Cover PNG linked from https://github.com/slidevjs/docs/pull/188
ln -s slides-export dist/png
Expand Down

0 comments on commit 29f3066

Please sign in to comment.