WIP: Checkout v4, run and checkout in same step.
Some checks failed
Build and Deploy / deploy (push) Failing after 16s

This commit is contained in:
Jessica Canady 2024-04-29 13:41:04 -04:00
parent b56da124db
commit b7ce5716d5
Signed by: phoenix
SSH key fingerprint: SHA256:aaLOzOrLi+0n4eDZNQKH97PehwRt6KSE5fYJc+ZRKCQ

View file

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