Add checkout action to workflow

This commit is contained in:
Alex Shpak 2019-08-22 22:54:29 +02:00
parent 03b8e93481
commit 624cefb3c0

View file

@ -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