Compare commits

..

No commits in common. "584143f77845702bc3f8e7ed4cf26e27fd212ef8" and "c5873d4a9d8c63783ffdbb07ed438cb7a41357e3" have entirely different histories.

View File

@ -19,21 +19,11 @@ jobs:
volumes:
# left: where the output will end up on disk, right: volume name inside container
- /opt/caddy2/www/lectures:/workspace/schallbert/lectures/tmp
<<<<<<< HEAD
=======
>>>>>>> c5873d4a9d8c63783ffdbb07ed438cb7a41357e3
steps:
- name: --- CHECKOUT ---
uses: actions/checkout@v3
with:
path: ./tmp
- name: --- TEST ---
run: |
echo "hello world"
touch test.txt
pwd
ls -al
- name: --- NOTIFY ---
run: |
curl \