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 708f230 commit 20d6423Copy full SHA for 20d6423
.github/workflows/pages-deploy-example-site.yml
@@ -20,6 +20,17 @@ on:
20
- highlightjs-dark
21
22
jobs:
23
+ deploy-example-site:
24
+ name: Deploy ${{ inputs.example-site-name }}
25
+ environment: ${{ inputs.example-site-name }}
26
+ uses: ntno/mkdocs-terminal/.github/workflows/reusable-pages-deploy.yml@main
27
+ with:
28
+ tag: ${{ inputs.tag }}
29
+ mkdocs-terminal-version: ${{ inputs.mkdocs-terminal-version }}
30
+ example-site-name: ${{ inputs.example-site-name }}
31
+ secrets:
32
+ GH_DEPLOY_KEY: ${{ secrets.DEPLOY_KEY }}
33
+
34
deploy-highlightjs-example:
35
name: Deploy ${{ inputs.example-site-name }}
36
if: inputs.example-site-name == 'highlightjs'
0 commit comments