Skip to content

Commit 56fbaf2

Browse files
authored
experimental / WIP - patch GH Actions workflow (#165)
* experimental - deploy sub site to external repo * bug fix
1 parent 8a706b6 commit 56fbaf2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/reusable-pages-deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: Reusable Deploy Documentation to GitHub Pages Workflow
22

33
on:
4-
secrets:
5-
GH_DEPLOY_KEY:
6-
description: 'GitHub Deploy Key with write access to the target GitHub Pages repository'
7-
required: true
84
workflow_call:
5+
secrets:
6+
GH_DEPLOY_KEY:
7+
description: 'GitHub Deploy Key with write access to the target GitHub Pages repository'
8+
required: true
99
inputs:
1010
tag:
1111
description: 'Docs tag to deploy'

0 commit comments

Comments
 (0)