We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e01298a commit 490bd61Copy full SHA for 490bd61
2 files changed
.github/workflows/deploy.yml
@@ -1,6 +1,7 @@
1
name: Deploy
2
on:
3
workflow_dispatch:
4
+ workflow_call:
5
push:
6
tags:
7
- 'v9.*'
.github/workflows/release.yml
@@ -63,3 +63,6 @@ jobs:
63
commit_message: "Update version to v${{ steps.version.outputs.version }}"
64
file_pattern: src/SharpInternalServiceProvider.php
65
tagging_message: "v${{ steps.version.outputs.version }}"
66
+
67
+ - name: Deploy docs
68
+ uses: code16/sharp/.github/workflows/deploy.yml@main
0 commit comments