Skip to content

Commit

Permalink
ci: commit symlink for latest docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kelly-sovacool committed Aug 26, 2024
1 parent 1d783fe commit 13abb3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs-quartodoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,4 @@ jobs:
rm -if latest
ln -s ${{ github.ref_name }} latest
ls -la
git commit latest -m 'chore: link latest docs to ${{ github.ref_name }}' && git push || echo 'no changes to commit'

0 comments on commit 13abb3b

Please sign in to comment.