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:
|
container:
|
||||||
volumes:
|
volumes:
|
||||||
# left: where the output will end up on disk, right: volume name inside container
|
# 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:
|
steps:
|
||||||
- name: --- CHECKOUT ---
|
- name: --- CHECKOUT ---
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
path: ./tmp
|
path: ./lectures
|
||||||
- name: --- TEST ---
|
- name: --- TEST ---
|
||||||
run: |
|
run: |
|
||||||
echo "hello world"
|
echo "hello world"
|
||||||
|
Loading…
Reference in New Issue
Block a user