Skip to content

Commit

Permalink
Debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
photown committed Dec 25, 2023
1 parent e4e4d70 commit 940f49c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ jobs:
run: |
git config --global user.email "github-actions@github.com"
git config --global user.name "GitHub Actions"
echo "printing git status"
git status
echo "printing ls"
ls -l
git checkout --orphan gh-pages
git rm -rf src
git rm -rf .gitignore
Expand Down

0 comments on commit 940f49c

Please sign in to comment.