fixing to point at github for action step
This commit is contained in:
parent
527d554bf0
commit
6b04f8ff09
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ jobs:
|
|||
- name: Get latest code
|
||||
uses: actions/checkout@v2
|
||||
- name: Build hugo site
|
||||
uses: jakejarvis/hugo-build-action@master
|
||||
uses: https://github.com/jakejarvis/hugo-build-action@master
|
||||
with:
|
||||
args: --minify
|
||||
- name: Clean permissions
|
||||
|
|
Reference in a new issue