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 8a706b6 commit 56fbaf2Copy full SHA for 56fbaf2
.github/workflows/reusable-pages-deploy.yml
@@ -1,11 +1,11 @@
1
name: Reusable Deploy Documentation to GitHub Pages Workflow
2
3
on:
4
- secrets:
5
- GH_DEPLOY_KEY:
6
- description: 'GitHub Deploy Key with write access to the target GitHub Pages repository'
7
- required: true
8
workflow_call:
+ secrets:
+ GH_DEPLOY_KEY:
+ description: 'GitHub Deploy Key with write access to the target GitHub Pages repository'
+ required: true
9
inputs:
10
tag:
11
description: 'Docs tag to deploy'
0 commit comments