Skip to content

Commit

Permalink
Attempt to fix symlink creation
Browse files Browse the repository at this point in the history
  • Loading branch information
AVHopp committed Jul 12, 2024
1 parent a182e3f commit f1c7e0b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ jobs:
git add -f $FOLDER
git commit --allow-empty -m "Sphinx documentation for ${git_hash}"
echo "Redirecting stable to newly released version"
rm stable
ln -sf $FOLDER stable
ln -nsf $FOLDER stable
git add stable
git commit --allow-empty -m "redirect stable to new version $FOLDER"
echo "Inserting announcement banner to documentation"
Expand Down

0 comments on commit f1c7e0b

Please sign in to comment.