From 241293c73c9054e775dbdb330d44b8acdb936b40 Mon Sep 17 00:00:00 2001 From: jdahlin Date: Fri, 21 Nov 2025 23:21:37 +0100 Subject: [PATCH] Update .github/workflows/deploy.yml --- .github/workflows/deploy.yml | 21 +++------------------ 1 file changed, 3 insertions(+), 18 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index be7dfb8..744bfd5 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -40,21 +40,6 @@ jobs: git lfs fetch git lfs checkout - - name: Copy - run: rsync public ~/notes - - # - name: Upload artifact - # uses: actions/upload-pages-artifact@v3 - # with: - # path: ./public - - # deploy: - # environment: - # name: github-pages - # url: ${{ steps.deployment.outputs.page_url }} - # runs-on: ubuntu-22.04 - # needs: build - # steps: - # - name: Deploy to GitHub Pages - # id: deployment - # uses: actions/deploy-pages@v4 + - name: Publish + run: rsync -av public/ ~/notes/ + \ No newline at end of file