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 eb6fdde commit ce07d9a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:
node-version: '20'
cache: 'npm'

- name: Install Hugo
run: npm install -g hugo

- 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

Expand Down

0 comments on commit ce07d9a

Please sign in to comment.