Skip to content

Commit

Permalink
ci(init): remove the checkout of example repo
Browse files Browse the repository at this point in the history
  • Loading branch information
pplmx committed Sep 3, 2022
1 parent 032273d commit 15b7852
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,6 @@ jobs:
subfolder: template
template_values_file: .github/workflows/template_values.toml

- name: Checkout old example
uses: actions/checkout@v3
with:
repository: cxx-gh/cxx-gh-example
path: old_example
ssh-key: ${{ secrets.GH_EXAMPLE_DEPLOY_SECRET }}

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down

0 comments on commit 15b7852

Please sign in to comment.