Skip to content

Commit

Permalink
refactor(rename): gh-proj to x-pt
Browse files Browse the repository at this point in the history
x-pt means "X Project Template"
  • Loading branch information
pplmx committed Sep 13, 2022
1 parent 6a893f0 commit d1d0e9f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
deploy_key: ${{ secrets.GH_EXAMPLE_DEPLOY_SECRET }}
external_repository: gh-proj/${{ env.PROJECT_NAME }}
external_repository: x-pt/${{ env.PROJECT_NAME }}
publish_branch: main
publish_dir: ./${{ env.PROJECT_NAME }}
# Set exclude_assets to empty for including the .github directory to deployment assets.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/template_values.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[values]
gh_uname = "gh-proj"
gh_uname = "x-pt"
proj_description = "Example of Cxx GitHub template"
cmake_min_version = "3.23"
cxx_standard_version = "23"
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ possible.
## Reporting issues

Before reporting an issue on the
[issue tracker](https://github.com/gh-proj/template/issues),
[issue tracker](https://github.com/x-pt/template/issues),
please check that it has not already been reported by searching for some related
keywords.

Expand All @@ -31,5 +31,5 @@ GitHub actions variable are written in the format
Of course, when doing `cargo generate` the ugly version is replaced with the
expected one.

See [Continuous delivery](https://github.com/gh-proj/template/blob/main/.github/workflows/cd.yml)
See [Continuous delivery](https://github.com/x-pt/template/blob/main/.github/workflows/cd.yml)
as an example.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
A template for [cargo generate](https://github.com/cargo-generate/cargo-generate) that aims to be a starting point suitable for
the vast majority of cpp projects that will be hosted on GitHub.

See the project [website](https://gh-proj.github.io).
See the project [website](https://x-pt.github.io).

0 comments on commit d1d0e9f

Please sign in to comment.