ci: add dummy index.html

This commit is contained in:
Derrick Hammer 2023-06-28 01:56:03 -04:00
parent 2062562f6b
commit 66f2545781
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 0 deletions

View File

@ -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