Rename Install Hugo to Setup Hugo
This commit is contained in:
4
.github/workflows/pages.yml
vendored
4
.github/workflows/pages.yml
vendored
@@ -12,7 +12,7 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: recursive
|
||||
- name: Install Hugo
|
||||
- name: Setup Hugo
|
||||
run: sudo apt-get install hugo
|
||||
- id: pages
|
||||
name: Setup Pages
|
||||
@@ -35,7 +35,7 @@ jobs:
|
||||
# uses: actions/checkout@v3
|
||||
# with:
|
||||
# submodules: recursive
|
||||
# - name: Install Hugo
|
||||
# - name: Setup Hugo
|
||||
# run: choco install hugo
|
||||
# - name: Build
|
||||
# run: |
|
||||
|
Reference in New Issue
Block a user