1
0
mirror of https://github.com/TheLocehiliosan/yadm synced 2026-03-02 03:49:29 +00:00

Update website testing

This commit is contained in:
Tim Byrne
2024-10-31 14:49:48 -05:00
parent 06ce3f7933
commit 12ab79b337
4 changed files with 282 additions and 4 deletions

View File

@@ -14,7 +14,7 @@ jobs:
docker create -t
--name yadm-website
--entrypoint test/validate
yadm/jekyll:2019-10-17;
yadm/jekyll:2024-10-31;
docker cp ./ yadm-website:/srv/jekyll
- name: Test Site
run: docker start yadm-website -a