Skip to content

Commit

Permalink
added perrmisions
Browse files Browse the repository at this point in the history
  • Loading branch information
Ale9806 committed Feb 7, 2024
1 parent 965b48e commit ce0f709
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,13 @@ jobs:
- name: Install dependencies
run: npm install

- name: Set execute permission for hugo-installer
run: chmod +x node_modules/.bin/hugo-installer

- name: Check for linting errors
run: npm test


- name: Build production website
run: npm run build

Expand Down

0 comments on commit ce0f709

Please sign in to comment.