Add working directory to workflow

soper-book
Alex Shpak 2019-08-22 23:01:33 +02:00
parent 624cefb3c0
commit 817d096e43
1 changed files with 4 additions and 1 deletions

View File

@ -7,7 +7,10 @@ jobs:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@master
- name: Install Hugo
run: sudo apt-get install hugo
- name: Run Hugo
run: (cd exampleSite; hugo)
working-directory: exampleSite
run: hugo --themesDir ../..