recursive copy
All checks were successful
/ build (push) Successful in 7s

This commit is contained in:
sneakers-the-rat 2024-06-29 02:15:18 -07:00
parent 7b1b7f90cd
commit 1c4b88b15a
Signed by untrusted user who does not match committer: jonny
GPG key ID: 6DCB96EF1E4D232D

View file

@ -14,4 +14,4 @@ jobs:
- name: Build
run: bundle exec jekyll build
- name: Copy
run: cp _site/* /pages/
run: cp -r _site/* /pages/