diff --git a/.github/workflows/deploy-github.yml b/.github/workflows/deploy-github.yml index 6d716e69..cb49615f 100755 --- a/.github/workflows/deploy-github.yml +++ b/.github/workflows/deploy-github.yml @@ -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