WIP: Okay back to just the build.
Some checks failed
Build and Deploy / deploy (push) Failing after 12s

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

View file

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