Skip to content

Commit

Permalink
chore: some minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pplmx committed Feb 18, 2024
1 parent 3f49101 commit e3b8108
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,16 @@ jobs:
env:
PROJECT_NAME: example
steps:
-
name: Checkout repository
uses: actions/checkout@v4
- uses: actions/checkout@v4

-
name: Run cargo generate
- name: Generate Example from Template
uses: cargo-generate/[email protected]
with:
name: ${{ env.PROJECT_NAME }}
subfolder: template/cxx
template_values_file: .github/workflows/template_values.toml

-
name: Deploy
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
deploy_key: ${{ secrets.GH_EXAMPLE_DEPLOY_SECRET }}
Expand Down

0 comments on commit e3b8108

Please sign in to comment.