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