Skip to content

Commit

Permalink
Remove path from configure-pages action
Browse files Browse the repository at this point in the history
Configure pages is meant to configure the repository to enable Pages
  • Loading branch information
Jafner committed Jul 19, 2024
1 parent 94363c8 commit fa58788
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/Jafner.dev_hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fa58788

Please sign in to comment.