From cde1df7b26bfb9aedba43d031ee2be1ed35d3fd4 Mon Sep 17 00:00:00 2001 From: Sonu Kumar Date: Tue, 9 Jul 2024 10:06:12 +0530 Subject: [PATCH] v2 --- .github/workflows/pages.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pages.yaml b/.github/workflows/pages.yaml index 18deefb1..4e4a0b12 100644 --- a/.github/workflows/pages.yaml +++ b/.github/workflows/pages.yaml @@ -52,7 +52,7 @@ jobs: working-directory: '${{ github.workspace }}/docs' - name: Setup Pages id: pages - uses: actions/configure-pages@v4 + uses: actions/configure-pages@v3 - name: Bundle install in docs folder run: bundle install - name: Build Jekyll site @@ -63,7 +63,6 @@ jobs: uses: actions/upload-pages-artifact@v2 with: path: 'docs' - - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v3 # Note: v4 does not work! \ No newline at end of file + uses: actions/deploy-pages@v2 \ No newline at end of file