diff --git a/.github/workflows/cd.yaml b/.github/workflows/cd.yaml index 1861da4..2a5d93f 100644 --- a/.github/workflows/cd.yaml +++ b/.github/workflows/cd.yaml @@ -23,7 +23,7 @@ jobs: uses: peaceiris/actions-gh-pages@v3 with: deploy_key: ${{ secrets.GH_EXAMPLE_DEPLOY_SECRET }} - external_repository: cxx-gh/${{ env.PROJECT_NAME }} + external_repository: gh-proj/${{ env.PROJECT_NAME }} publish_branch: main publish_dir: ./${{ env.PROJECT_NAME }} # Set exclude_assets to empty for including the .github directory to deployment assets. diff --git a/.github/workflows/template_values.toml b/.github/workflows/template_values.toml index c30a014..9b308ec 100644 --- a/.github/workflows/template_values.toml +++ b/.github/workflows/template_values.toml @@ -1,5 +1,5 @@ [values] -gh_uname = "cxx-gh" +gh_uname = "gh-proj" proj_description = "Example of Cxx GitHub template" cmake_min_version = "3.23" cxx_standard_version = "23" diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ffdbf40..2a018ca 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,7 +12,7 @@ possible. ## Reporting issues Before reporting an issue on the -[issue tracker](https://github.com/cxx-gh/template/issues), +[issue tracker](https://github.com/gh-proj/template/issues), please check that it has not already been reported by searching for some related keywords. @@ -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/cxx-gh/template/blob/main/.github/workflows/cd.yml) +See [Continuous delivery](https://github.com/gh-proj/template/blob/main/.github/workflows/cd.yml) as an example. diff --git a/README.md b/README.md index 363b8b3..4f07d22 100644 --- a/README.md +++ b/README.md @@ -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://cxx-gh.github.io). +See the project [website](https://gh-proj.github.io).