ls and pwd to find where we are

This commit is contained in:
Jack Jackson 2025-02-25 19:29:50 -08:00
parent 6f1fe47bfb
commit 498489e9a2

View File

@ -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