Skip to content

Commit c50871d

Browse files
committed
Update action.yml
1 parent c4a51d1 commit c50871d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

action.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,10 @@ runs:
3434
steps:
3535
- uses: actions/checkout@v4
3636
- uses: actions/setup-go@v5
37+
run: go run ./src/main.go
3738
with:
3839
go-version: "1.24.3" # The Go version to download (if necessary) and use.
3940

40-
- name: Prepare the papiro deploy
41-
id: papiro-deploy
42-
run: go run ./src/main.go
43-
shell: bash
44-
4541
- name: Deploy to github actions 🚀
4642
uses: JamesIves/github-pages-deploy-action@v4.3.0
4743
with:

0 commit comments

Comments
 (0)