Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
ci: update contact_links
- Loading branch information
Shohei Ueda
authored and
GitHub
committed
Jun 16, 2021
1 parent
3087a34
commit 183add1
Showing
1 changed file
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,14 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Discussions | ||
url: https://github.com/peaceiris/actions-gh-pages/discussions | ||
about: Ask casual questions or share your story about the GitHub Pages Action. | ||
- name: GitHub Actions - GitHub Support Community Forum | ||
url: https://github.community/c/code-to-cloud/github-actions/41 | ||
about: Please ask questions about GitHub Actions here. | ||
- name: GitHub Pages Documentation | ||
url: https://docs.github.com/en/free-pro-team@latest/github/working-with-github-pages | ||
url: https://docs.github.com/en/pages | ||
about: GitHub Pages official documentaion here. | ||
- name: GitHub Actions Documentation | ||
url: https://docs.github.com/en/free-pro-team@latest/actions | ||
url: https://docs.github.com/en/actions | ||
about: GitHub Actions official documentation here. |