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