Skip to content

Commit

Permalink
GitHub Actions: update Hugo Add Theme
Browse files Browse the repository at this point in the history
- Show user the next steps they should follow
  • Loading branch information
booch committed Mar 4, 2024
1 parent 8553846 commit c742c02
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/hugo-add-theme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,11 @@ jobs:
uses: EndBug/add-and-commit@v9
with:
message: "Add Hugo theme: ${{ inputs.theme_name }}"

next-steps:
runs-on: ubuntu-latest
steps:
- name: Print next steps
run: |
echo 'Run this locally:'
echo ' git submodule update --init --recursive'

0 comments on commit c742c02

Please sign in to comment.