We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 728ae5a commit ed77e1eCopy full SHA for ed77e1e
.github/workflows/pages.yml
@@ -2,10 +2,8 @@
2
name: Deploy to GitHub Pages
3
4
on:
5
- # Runs when a new release is created
6
- release:
7
- types:
8
- - created
+ # Allows the workflow to be triggered from other workflows
+ workflow_call:
9
10
# Allows you to run this workflow manually from the Actions tab
11
workflow_dispatch:
.github/workflows/publish.yml
@@ -34,3 +34,5 @@ jobs:
34
run: pnpm --filter "@skirtle/create-vue-lib" run build
35
- name: Publish
36
run: pnpm --filter "@skirtle/create-vue-lib" publish
37
+ docs:
38
+ uses: ./.github/workflows/pages.yml
0 commit comments