You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/pages-deploy-example-site.yml
+13-1Lines changed: 13 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,15 @@
1
1
name: Deploy Example Site to GitHub Pages
2
2
3
+
# requires the following environment configuration set up in GitHub Actions
4
+
#
5
+
# secrets:
6
+
# DEPLOY_KEY - private key with write access to the target GitHub repository
7
+
# variables:
8
+
# EXAMPLE_NAME - name of the example subfolder in ./tests/examples/; ex: 'highlightjs-dark'
9
+
# GH_PAGES_URL - URL of target environment; ex: 'https://ntno.github.io/mkdocs-terminal-example-highlightjs-dark/'
10
+
# GH_REPOSITORY_NAME - name of the target GitHub repository. target repository must be configured with matching public key. ex: 'mkdocs-terminal-example-highlightjs-dark'
11
+
# GH_REPOSITORY_OWNER - owner of the target GitHub repository; ex: 'ntno'
0 commit comments