From f749eb52986edd234345c990cdeed4fd27b304ef Mon Sep 17 00:00:00 2001 From: Nilanchala Date: Fri, 27 Oct 2023 01:35:32 +0100 Subject: [PATCH] Update jekyll-gh-pages.yml --- .github/workflows/jekyll-gh-pages.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/jekyll-gh-pages.yml b/.github/workflows/jekyll-gh-pages.yml index 0f7a5e6..f4a4101 100644 --- a/.github/workflows/jekyll-gh-pages.yml +++ b/.github/workflows/jekyll-gh-pages.yml @@ -45,13 +45,14 @@ jobs: url: ${{ steps.deployment.outputs.page_url }} runs-on: ubuntu-latest needs: build + steps: - - name: Install Node dependencies + - name: Install Node dependencies run: | npm install - - name: Analysing the code with pylint + - name: Analysing the code with pylint run: | - npm run build - - name: Deploy to GitHub Pages - id: deployment - uses: actions/deploy-pages@v2 + npm run build + - name: Deploy to GitHub Pages + id: deployment + uses: actions/deploy-pages@v2