Skip to content

Commit

Permalink
Fixed deploy workflow path
Browse files Browse the repository at this point in the history
  • Loading branch information
spoenemann committed Jun 24, 2024
1 parent 23e426d commit eaf430b
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Deploy Hugo site to Pages

on:
# Run on pushes targeting the default branch
# push:
# branches: main
push:
branches: main
# Allow to run this workflow manually from the Actions tab
workflow_dispatch:

Expand Down Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '18'
node-version: '20'
- name: Checkout
uses: actions/checkout@v3
- name: Setup Pages
Expand Down

0 comments on commit eaf430b

Please sign in to comment.