From b5d81607ab1d5a43f83f71073fde0884f5058e70 Mon Sep 17 00:00:00 2001 From: John Griffiths Date: Fri, 13 Dec 2024 03:46:05 -0500 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f881e83..1c423e2 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -53,4 +53,10 @@ jobs: path: './_build/html' - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v2 \ No newline at end of file + uses: actions/deploy-pages@v2 + - name: JG deploy again to github pages w peaceiris + uses: peaceiris/actions-gh-pages@v3 + if: github.ref == 'refs/heads/main' + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: _build/html \ No newline at end of file