Skip to content

Commit

Permalink
Update jekyll-gh-pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nilandev authored Oct 27, 2023
1 parent 7a08a28 commit f749eb5
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f749eb5

Please sign in to comment.