File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
recipes/ci-cd/github-actions/workflows/deploy-gh-pages Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -12,3 +12,13 @@ These generic flows work for anything with an output directory, including:
1212- Single-Page Applications - anything in Node.js or Yarn that creates a build such as React or Vue.js
1313
1414See [ Tokens] ( /recipes/ci-cd/github-actions/tokens/ ) guide on use of tokens.
15+
16+ ### Related
17+
18+ - [ Build and deploy - Jekyll] [ ] section.
19+ - [ GH Pages Deploy - Node] [ ] page.
20+ - [ MkDocs] [ ] section.
21+
22+ [ Build and deploy - Jekyll] : {{ site.baseurl }}{% link recipes/ci-cd/github-actions/workflows/jekyll/build/index.md %}
23+ [ GH Pages Deploy - Node] : {{ site.baseurl }}{% link recipes/ci-cd/github-actions/workflows/node/gh-pages.md %}
24+ [ MkDocs] : {{ site.baseurl }}{% link recipes/ci-cd/github-actions/workflows/mkdocs/index.md %}
You can’t perform that action at this time.
0 commit comments