Remove NPM from install steps

This commit is contained in:
Will Faught
2023-03-27 21:15:14 -07:00
parent cb4906c033
commit 604443d195
2 changed files with 3 additions and 25 deletions

View File

@@ -26,7 +26,6 @@ jobs:
- name: Build
run: |
cd exampleSite
npm install
hugo --baseURL ${{ steps.pages.outputs.base_url }} --enableGitInfo --environment production --minify --themesDir ../..
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
@@ -46,7 +45,6 @@ jobs:
# - name: Build
# run: |
# cd exampleSite
# npm install
# hugo --baseURL ${{ steps.pages.outputs.base_url }} --enableGitInfo --environment production --minify --themesDir ../..
deploy:
environment: