Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
Debug
  • Loading branch information
exavolt authored Nov 22, 2023
1 parent c943c20 commit e75b345
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e75b345

Please sign in to comment.