|
@ -9,7 +9,7 @@ jobs: |
|
|
- uses: actions/checkout@v2 |
|
|
- uses: actions/checkout@v2 |
|
|
with: |
|
|
with: |
|
|
fetch-depth: 1 |
|
|
fetch-depth: 1 |
|
|
- run: mkdir ../ofxPiMapper |
|
|
- run: mkdir ../.ofxPiMapper |
|
|
- run: cp ./* ../ofxPiMapper/ |
|
|
- run: cp ./* ../.ofxPiMapper/ |
|
|
- run: wget ${OF_URL} --tries=10 --quiet |
|
|
- run: wget ${OF_URL} --tries=10 --quiet |
|
|
- run: pwd && ls -al |
|
|
- run: pwd && ls -al |
|
|