ci: add dummy index.html
This commit is contained in:
parent
2062562f6b
commit
66f2545781
|
@ -33,6 +33,7 @@ jobs:
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
mkdir app;
|
mkdir app;
|
||||||
|
touch app/index.html
|
||||||
go build .;
|
go build .;
|
||||||
- name: Install SSH key
|
- name: Install SSH key
|
||||||
uses: shimataro/ssh-key-action@v2
|
uses: shimataro/ssh-key-action@v2
|
||||||
|
|
Loading…
Reference in New Issue