Remove path from configure-pages action
Configure pages is meant to configure the repository to enable Pages
This commit is contained in:
parent
94363c8b8f
commit
fa587886d1
2
.github/workflows/Jafner.dev_hugo.yaml
vendored
2
.github/workflows/Jafner.dev_hugo.yaml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user