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,7 +6,8 @@ jobs:
hugo: hugo:
runs-on: ubuntu-18.04 runs-on: ubuntu-18.04
steps: steps:
- name: Install Hugo - uses: actions/checkout@master
run: sudo apt-get install hugo - name: Install Hugo
- name: Run Hugo run: sudo apt-get install hugo
run: (cd exampleSite; hugo) - name: Run Hugo
run: (cd exampleSite; hugo)