change workflow site-deploy.yaml

This commit is contained in:
Kirill Zhuravlev 2023-03-26 21:53:35 +02:00 committed by Avelino
parent 397db1349e
commit 7aa3985741
No known key found for this signature in database
GPG Key ID: B345B4D52E98180A

View File

@ -19,7 +19,7 @@ jobs:
- name: Get dependencies
run: go get -v -t -d ./...
- name: Make awesome-go.com
run: go run make_site.go scripts.go
run: go run .
- name: deploy awesome-go.com
uses: jsmrcaga/action-netlify-deploy@v1.1.0
with: