Debug
Some checks failed
Deploy / deploy (push) Failing after 26s

This commit is contained in:
Andrew Tomaka 2024-07-13 16:41:59 -04:00
parent c4911976c4
commit a45b14d39d
Signed by: atomaka
GPG key ID: 61209BF70A5B18BE

View file

@ -19,6 +19,10 @@ jobs:
bundle exec jekyll build
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- run: |
ls -la .
ls -la _site/
pwd
- name: Push image
uses: docker/build-push-action@v6
with: