From c160b126f72143e1303f41afff8ce908ee805405 Mon Sep 17 00:00:00 2001 From: YONGHUNI Date: Fri, 18 Oct 2024 20:39:03 +0900 Subject: [PATCH] post(new): shinylive & quartolive --- .github/workflows/publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 51ba47c..1c2ed36 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -76,6 +76,8 @@ jobs: git config --global user.email 'dydgns0556@gmail.com' git add _freeze ( git commit -m "[BOT]Quarto Freeze by GH actions" && git push ) || echo "Nothing to Push.. Skipping the Push Process" + + - run: sudo chmod -R u+w /home/runner/work/blog/blog/ - name: Render and Publish uses: quarto-dev/quarto-actions/publish@v2