Add checkout action to workflow

soper-book
Alex Shpak 2019-08-22 22:54:29 +02:00
parent 03b8e93481
commit 624cefb3c0
1 changed files with 5 additions and 4 deletions

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)