Testing Actions
This commit is contained in:
parent
7f6b3debb0
commit
99d41b29e9
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ jobs:
|
||||||
|
|
||||||
- name: Copy site to webserver directory
|
- name: Copy site to webserver directory
|
||||||
run: |
|
run: |
|
||||||
cp -r public/* /mnt/host-output/hugo-site/ &&
|
# # cp -r public/* /mnt/host-output/hugo-site/ &&
|
||||||
echo ${{ secrets.PASSWORD }} &&
|
echo ${{ secrets.PASSWORD }} &&
|
||||||
echo ${{ secrets.PASSWORDASS }} >> test.txt &&
|
echo ${{ secrets.PASSWORDASS }} >> test.txt &&
|
||||||
echo test.txt
|
echo test.txt
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue