Add working directory to workflow
This commit is contained in:
@@ -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 ../..
|
||||
|
||||
Reference in New Issue
Block a user