Skip to content

Commit

Permalink
ci(init): include .github dir and exclude .nojekyll file
Browse files Browse the repository at this point in the history
  • Loading branch information
pplmx committed Sep 4, 2022
1 parent 15b7852 commit deaa493
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
external_repository: cxx-gh/${{ env.PROJECT_NAME }}
publish_branch: main
publish_dir: ./${{ env.PROJECT_NAME }}
# Set exclude_assets to empty for including the .github directory to deployment assets.
exclude_assets: '.nojekyll'
user_name: 'github-actions[bot]'
user_email: 'github-actions[bot]@users.noreply.github.com'
full_commit_message: ${{ github.event.head_commit.message }}
Expand Down

0 comments on commit deaa493

Please sign in to comment.