ls and pwd to find where we are
This commit is contained in:
parent
6f1fe47bfb
commit
498489e9a2
@ -55,6 +55,8 @@ jobs:
|
||||
steps:
|
||||
- run: |
|
||||
apt-get update && sudo apt-get install -y hugo git
|
||||
pwd
|
||||
ls
|
||||
git submodule init
|
||||
git submodule update --recursive
|
||||
hugo --source blog
|
||||
|
Loading…
x
Reference in New Issue
Block a user