We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2c31ef commit c80bd55Copy full SHA for c80bd55
action.yml
@@ -36,7 +36,11 @@ runs:
36
- uses: actions/setup-go@v5
37
with:
38
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
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
0 commit comments