Skip to content

Commit c80bd55

Browse files
committed
Update action.yml
1 parent c2c31ef commit c80bd55

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,11 @@ runs:
3636
- uses: actions/setup-go@v5
3737
with:
3838
go-version: "1.24.3" # The Go version to download (if necessary) and use.
39+
40+
- name: Prepare the papiro deploy
41+
id: papiro-deploy
3942
run: go run src/main.go
43+
shell: bash
4044

4145
- name: Deploy to github actions 🚀
4246
uses: JamesIves/github-pages-deploy-action@v4.3.0

0 commit comments

Comments
 (0)