Compare commits
2 Commits
c5873d4a9d
...
584143f778
Author | SHA1 | Date | |
---|---|---|---|
584143f778 | |||
ad5b100eaa |
@ -19,11 +19,21 @@ 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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user