We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4a51d1 commit c50871dCopy full SHA for c50871d
action.yml
@@ -34,14 +34,10 @@ runs:
34
steps:
35
- uses: actions/checkout@v4
36
- uses: actions/setup-go@v5
37
+ run: go run ./src/main.go
38
with:
39
go-version: "1.24.3" # The Go version to download (if necessary) and use.
40
- - name: Prepare the papiro deploy
41
- id: papiro-deploy
42
- run: go run ./src/main.go
43
- shell: bash
44
-
45
- name: Deploy to github actions 🚀
46
uses: JamesIves/github-pages-deploy-action@v4.3.0
47
0 commit comments