mirror of
https://github.com/alex-shpak/hugo-book.git
synced 2024-11-21 19:09:29 +00:00
Add working directory to workflow
This commit is contained in:
parent
624cefb3c0
commit
817d096e43
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
@ -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 ../..
|
||||
|
Loading…
Reference in New Issue
Block a user