From bdd63b11659be31857f847beae515ae8b99e92ee Mon Sep 17 00:00:00 2001 From: Sonu Kumar Date: Tue, 9 Jul 2024 10:11:11 +0530 Subject: [PATCH] change the folder --- .github/workflows/pages.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pages.yaml b/.github/workflows/pages.yaml index 4e4a0b12..3b95b6a2 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@v3 + uses: actions/configure-pages@v4 - name: Bundle install in docs folder run: bundle install - name: Build Jekyll site @@ -60,9 +60,9 @@ jobs: env: JEKYLL_ENV: production - name: Upload artifact - uses: actions/upload-pages-artifact@v2 + uses: actions/upload-pages-artifact@v3 with: - path: 'docs' + path: 'docs/_site/' - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v2 \ No newline at end of file + uses: actions/deploy-pages@v3 \ No newline at end of file