From 285bcb42b3daa875a7f6d7205ce402b2ae477c34 Mon Sep 17 00:00:00 2001 From: Bill Stumbo Date: Sat, 7 Sep 2024 08:18:08 -0400 Subject: [PATCH] Add deploy step back in --- .github/workflows/gh-pages.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index c8677756a..9dcc1bd2c 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -122,10 +122,9 @@ jobs: - name: Build run: hugo -e staging - -# - name: Deploy -# uses: peaceiris/actions-gh-pages@v4 -# if: github.ref == 'refs/heads/main' -# with: -# github_token: ${{ secrets.GITHUB_TOKEN }} -# publish_dir: ./public + - name: Deploy + uses: peaceiris/actions-gh-pages@v4 + if: github.ref == 'refs/heads/main' + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./public