Add checkout action to workflow
This commit is contained in:
@@ -6,6 +6,7 @@ jobs:
|
|||||||
hugo:
|
hugo:
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-18.04
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@master
|
||||||
- name: Install Hugo
|
- name: Install Hugo
|
||||||
run: sudo apt-get install hugo
|
run: sudo apt-get install hugo
|
||||||
- name: Run Hugo
|
- name: Run Hugo
|
||||||
|
|||||||
Reference in New Issue
Block a user