Skip to content

Commit

Permalink
Rename update-hugo-deps workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
schnerring committed Mar 24, 2023
1 parent cdad3b7 commit b93208f
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ on:
- main

jobs:
update_package_json:
name: Update package.json and package-lock.json
update_hugo_dependencies:
name: Update Hugo Dependencies
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
Expand All @@ -22,6 +22,9 @@ jobs:
hugo-version: "0.111.3"
extended: true

- name: Tidy Hugo Modules
run: hugo mod tidy

- name: Write composite package.json
run: hugo mod npm pack

Expand All @@ -34,4 +37,4 @@ jobs:
- name: Commit Changes
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Update package.json and package-lock.json
commit_message: Update Hugo Dependencies

0 comments on commit b93208f

Please sign in to comment.