test with less path depth
All checks were successful
Deploy Lecture site / build (push) Successful in 3s
All checks were successful
Deploy Lecture site / build (push) Successful in 3s
This commit is contained in:
parent
21d92b8b86
commit
852dfda2ac
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user