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