Skip to content

Commit

Permalink
Stop removing non-existant gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
voetberg authored and rdimaio committed Oct 18, 2024
1 parent 3a56ee5 commit faad170
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,6 @@ mv output.git "${OUTPUT_DIRECTORY}/.git"
cd "${OUTPUT_DIRECTORY}"
touch .nojekyll

# We want to add the assets to the deployment, however we don't want to have the
# changes in the versioning system. Deleting the .gitignore files will add the
# assets to the deployment.
rm html/.gitignore
rm yaml/.gitignore

git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
git add .
Expand Down

0 comments on commit faad170

Please sign in to comment.