Shorten GitHub workflow job step name

This commit is contained in:
Will Faught
2024-06-05 21:48:36 -07:00
parent 8e979ae426
commit b8a06bd157

View File

@@ -52,7 +52,7 @@ jobs:
needs: "build"
runs-on: "ubuntu-latest"
steps:
- name: "Deploy to GitHub Pages"
- name: "Deploy Pages"
id: "deployment"
uses: "actions/deploy-pages@v4"
name: "Deploy Hugo site to Pages"