Remove path from configure-pages action

Configure pages is meant to configure the repository to enable Pages
This commit is contained in:
Joey Hafner 2024-07-18 21:07:58 -07:00
parent 94363c8b8f
commit fa587886d1
No known key found for this signature in database

View File

@ -43,8 +43,6 @@ jobs:
- name: Setup Pages
id: pages
uses: actions/configure-pages@v4
with:
path: 'sites/Jafner.dev'
- name: Install Node.js dependencies
run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
- name: Build with Hugo