Skip to content

Commit

Permalink
ci: don't complain if symlink DNE
Browse files Browse the repository at this point in the history
  • Loading branch information
kelly-sovacool committed Aug 26, 2024
1 parent 5209cb5 commit e09b8b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs-quartodoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ jobs:
- name: create symlink stable to new version
if: github.ref_type == 'tag' && startswith(github.ref, 'refs/tags/v')
run: |
rm latest
rm -if latest
ln -s ${{ github.ref_name }} latest
ls -la

0 comments on commit e09b8b5

Please sign in to comment.