test with less path depth
All checks were successful
Deploy Lecture site / build (push) Successful in 3s

This commit is contained in:
Schallbert 2024-09-09 12:52:14 +02:00
parent 21d92b8b86
commit 852dfda2ac

View File

@ -18,13 +18,13 @@ jobs:
container:
volumes:
# left: where the output will end up on disk, right: volume name inside container
- /opt/caddy2/www/lectures:/workspace/schallbert/lectures/tmp
- /opt/caddy2/www/lectures:/workspace/schallbert/lectures
steps:
- name: --- CHECKOUT ---
uses: actions/checkout@v3
with:
path: ./tmp
path: ./lectures
- name: --- TEST ---
run: |
echo "hello world"