WIP: Let's see which repo we're working with, CI!
Some checks failed
Build and Deploy / deploy (push) Failing after 15s

This commit is contained in:
Jessica Canady 2024-04-29 13:49:43 -04:00
parent a3f593b97e
commit 3cd0479f2c
Signed by: phoenix
SSH key fingerprint: SHA256:aaLOzOrLi+0n4eDZNQKH97PehwRt6KSE5fYJc+ZRKCQ

View file

@ -9,7 +9,7 @@ jobs:
uses: actions/checkout@v4
- name: File Check
run: |
"test -f ./README.md"
"echo ${{ github.repository }}"
- name: Build site
run: |
"${{ github.workspace }}/bin/zola build"