From 13abb3b298a9cebf65644676bf0ef943451991ea Mon Sep 17 00:00:00 2001 From: Kelly Sovacool Date: Mon, 26 Aug 2024 18:22:01 -0400 Subject: [PATCH] ci: commit symlink for latest docs --- .github/workflows/docs-quartodoc.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/docs-quartodoc.yml b/.github/workflows/docs-quartodoc.yml index 2488631..ac05a39 100644 --- a/.github/workflows/docs-quartodoc.yml +++ b/.github/workflows/docs-quartodoc.yml @@ -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'