diff --git a/.forgejo/workflows/demo.yml b/.forgejo/workflows/demo.yml index bab6745..46e6579 100644 --- a/.forgejo/workflows/demo.yml +++ b/.forgejo/workflows/demo.yml @@ -21,17 +21,15 @@ jobs: #test bonjour - name: hello-world run: echo bonjour-monde - #reécupère le dépot git - - uses: actions/checkout@v4 - with: - sparse-checkout: | - index.html - agreugreu.css + - name: install git + run: apk add git + - name: clone project + run: git clone ssh://git@git.cohabit.fr:22222/Alexander/agreugreu.git - name: list env run: echo $PWD; ls -laR - name: test html ko run: | - html5validator --also-check-css --log INFO + html5validator --root git/ --also-check-css --log INFO #OK