No need to cd-into because actions/checkout blows away current directory

This commit is contained in:
Jack Jackson 2025-02-25 19:35:53 -08:00
parent 7294097055
commit 4a2abac15c

View File

@ -16,9 +16,6 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v4
- name: cd into
run: cd blogcontent
- name: Block posts containing-tk
run: |
# This is necessary because, if `grep ...` doesn't find anything, it will _return_ (not print) a value of 1