Skip to content

Commit

Permalink
refactor(dir): rearrange the hierarchy
Browse files Browse the repository at this point in the history
  • Loading branch information
pplmx committed Sep 14, 2022
1 parent bbd8c95 commit e04f732
Show file tree
Hide file tree
Showing 24 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
branches: [ main ]

jobs:
synchronize_example:
cxx_example:
runs-on: ubuntu-latest
env:
PROJECT_NAME: example
Expand All @@ -16,7 +16,7 @@ jobs:
uses: cargo-generate/cargo-generate-action@v0.16.0
with:
name: ${{ env.PROJECT_NAME }}
subfolder: template
subfolder: template/cxx
template_values_file: .github/workflows/template_values.toml

- name: Deploy
Expand All @@ -31,5 +31,5 @@ jobs:
enable_jekyll: true
user_name: 'github-actions[bot]'
user_email: 'github-actions[bot]@users.noreply.github.com'
full_commit_message: "ci: deploy a cxx sample by cargo generate"
full_commit_message: "ci: :art: Cxx Sample"
force_orphan: true
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Empty file added template/go/.gitkeep
Empty file.
Empty file added template/py/.gitkeep
Empty file.

0 comments on commit e04f732

Please sign in to comment.