WIP: Just try running the file check?
Some checks failed
Build and Deploy / deploy (push) Failing after 13s

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

View file

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