diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 6473cf3..0202d25 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -30,6 +30,10 @@ jobs: run: yarn install --frozen-lockfile - name: Build website run: yarn build + - name: Inspect current dir + run: ls -al . + - name: Inspect project dir + run: ls -al ./pass3-identity # Popular action to deploy to GitHub Pages: # Docs: https://github.com/peaceiris/actions-gh-pages#%EF%B8%8F-docusaurus