Skip to content

Commit aecaf0e

Browse files
Update index.md
1 parent a2065a1 commit aecaf0e

File tree

1 file changed

+10
-0
lines changed
  • recipes/ci-cd/github-actions/workflows/deploy-gh-pages

1 file changed

+10
-0
lines changed

recipes/ci-cd/github-actions/workflows/deploy-gh-pages/index.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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

1414
See [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 %}

0 commit comments

Comments
 (0)